Introduction
Most organizations have some sort of internal or external web application which their personnel frequently access. In many cases, this is an intranet portal or a shared chat system such as Microsoft Teams or Slack.
These platforms can be leveraged to increase usage and adoption of HelloID by displaying/embedding the HelloID Application Dashboard inside of that platform. This is done by using an <iframe> HTML tag.
Iframe Address
If you want to add the application overview to your website/web app, you can use an iframe. The iframe should use the URL as shown below. Note: <portal address> should be replaced with the base address of your HelloID environment.
https://<portal address>/#/iframe/applications
You can also pre-select an application category in the iframe by adding a category name to the URL. The default categories "all" and "favorites" can also be used.
https://<portal address>/#/iframe/applications/<category-name>
The category selector will be visible by default when pre-selecting a category. You can show a minimal interface by adding the "minimal" suffix to the URL. This is optional.
https://<portal address>/#/iframe/applications/<category-name>/minimal
Click here to learn more about adding application categories to HelloID.
Embed Inside an HTML Page
To embed the HelloID Application Dashboard in an internal or external website, place the following HTML tag in the desired location. Note: You will need permissions to update the website.
<iframe src="https://<portal address>/#/iframe/applications"></iframe>
Next: Categories - Overview >>