Set up Azure SSO for Itential

When users attempt to access the Itential login page, they are redirected to the Azure SSO page. To enable this, a custom HTML page is created and specified in the uiProps.login section of IAP_Profile.

1

Locate the sample sso.html

A sample sso.html is available and should work for most default installations. Its location is:

node_modules/@itential/adapter-azure_aaa/samples
2

Place the sso.html file

Locate or create the sso.html file. It can be renamed as long as it matches the uiProps.login path. Itential recommends placing the file in a custom directory under /opt/itential/current/ and naming the file sso.html:

custom/sso.html
3

Edit the file

Modify the following values to match your setup.

The secret is not required and should not appear in this file, as sso.html can be read by any browser.

1var host = 'https://login.microsoftonline.com/';
2var tenant = 'a28044b2-e519-4675-ab09-eb6ee673ed72';
3var client = 'd42380f6-4fae-43ed-bb78-415243bce4c7';
4

Verify the tenant and client values

Verify the tenant and client values are the same as those used in Service_Config.