For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
DocumentationAPI referenceRelease notes
DocumentationAPI referenceRelease notes
  • Platform On-Prem
    • Overview
    • Navigate
        • Overview
          • Configure
          • Synchronize Entra ID groups
          • Set up SSO
          • Configure usernames
          • Configure settings
    • Search resources
  • Apps
    • FlowAI
    • Itential Automation Gateway
  • Resources
    • Itential Academy
    • Version lifecycle
    • Itential MCP
    • Accessibility conformance
    • Get support
    • FAQs
LogoLogo
Open sourceSupportFAQsDocs Home
Platform On-PremControl accessAuthenticationAzure AD

Set up Azure SSO for Itential

Was this page helpful?
Previous

Configure usernames in Azure AD

Next
Built with

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.