Embed an end-user home page into an existing portal
You can use an iframe to embed an end-user home page into your existing portal:
- Copy your URL into an iframe tag. Include opening and closing quotation marks (") around the URL.
- Append
?iframe=true
to the end of the URL.For example:
<iframe src="https://example.okta.com/app/UserHome?iframe=true"></iframe>
Hide buttons and links
You can customize an embedded end-user home page by hiding the Home, Settings, and Sign out links, and the Add Apps button.
- Copy your URL into an iframe tag. Include opening and closing quotation marks (") around the URL.
- At the end of the URL, append one or more customization URL variables and surround it with
?iframe=true&
and=true
parameters, as shown in the following example:<iframe src="https://example.okta.com/app/UserHome?iframe=true&iframeControlHideHome=true"></iframe>
Customization URL Variables
URL Variable |
Description |
---|---|
iframeControlHideHome | Hides the My Apps Link |
iframeControlHideSettings | Hides the Settings link |
iframeControlHideSignOut | Hides the Sign out link |
iframeControlHideCatalog | Hides the Add Apps catalog button |
iframeControlHideAll | Hides Home, Settings, and Sign Out links and Add Apps button |
iframeControlHideSearch |
Hides the search bar |