- 02 Apr 2024
-
DarkLight
-
PDF
Itential SSO Set-Up
- Updated on 02 Apr 2024
-
DarkLight
-
PDF
Whenever users attempt to access the Itential login page, they are redirected to the Azure SSO page. To do this, another HTML page is created and specified in the uiProps.login
section of IAP_Profile
.
-
A sample
sso.html
is available for use and should work for most default installations. Its location is within thenode_modules/@itential/adapter-azure_aaa/samples
directory -
Locate or create the
sso.html
which can be renamed as long as it matches theuiProps.login
path. Itential recommends that you place the file in acustom
directory under the/opt/itential/current/
directory and name the filesso.html
:custom/sso.html
-
To edit the file, modify the following values to match the set-up.
The secret is not required and should not appear in this file as sso.html can be read by any browser.
var host = 'https://login.microsoftonline.com/'; var tenant = 'a28044b2-e519-4675-ab09-eb6ee673ed72'; var client = 'd42380f6-4fae-43ed-bb78-415243bce4c7';
-
Verify the tenant/client values are the same used in
Service_Config
.