Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Configure ServiceNow

Configure ServiceNow with Azure AD details to use SSO.

Before you begin

Plugin: Integration - Multiple Provider single sign-on Installer

Enable the Multi Provider SSO properties:

    • Select Enable multiple provider SSO.
  • Select Enable Auto Importing of users from all identity providers into the user table.
  • Select Enable debug logging for the multiple provider SSO integration.
  • Enter email, The field on the user table that.….

Role required: admin

Procedure

  1. Navigate to All > Multi-Provider SSO > Identity Providers.

  2. On the Identity Providers page, select New.

  3. On the Identity Providers windows, select SAML.

  4. On the Import Identity Provider Metadata, you can either:

    • URL: App Federation Metadata URL to auto-populate the details on the Identity Provider configuration page.
    • Import: Import the XML to import the details on the Identity Provider configuration page.
    • Right click on the top of the screen, click Copy sys_id, and use this value to the Sign on URL in Basic SAML Configuration section.
  5. On the form, fill in the fields.

PropertyRequiredDescription
NameYesName for the IdP. This IdP is the auto redirect sys id.
ActiveYesActive should be set to true for the IdP to be used for authentication.Note: The option to set this property only comes after a successful test connection.
DefaultNoAuto Redirect IdP, formerly known as the Primary IdP, automatically redirects users to access the base instance URL. This property sets this IdP configuration as the default.
Auto Redirect IdPNoIdP configuration that you can set as the Auto Redirect IdP.Note: If you make a new Auto Redirect IdP configuration active, theglide_sso_id cookie updates with the new Auto Redirect IdP. The glide.authenticate.sso.update.idp.cookie system property, automatically enabled, controls this feature.
Identity Provider URLYesURL to your IdP. Each IdP URL must be unique.
Identity Provider's AuthnRequestYesURL to the HTTP-Redirect binding obtained from the SingleSignOnService element.
Identity Provider's SingleLogoutRequestNoURL obtained from the SingleLogoutService element.
ServiceNow HomepageYesURL, including the login page, of the instance for which the IdP authenticates. For example: https://yourinstance.service-now.com/navpage.do
Entity ID/IssuerYesBase URL, excluding the login page of the instance for which the IdP authenticates. For example: https://yourinstance.service-now.com/
Audience URIYesBase URL, excluding the login page of the instance for which the IdP authenticates. For example: https://yourinstance.service-now.com/
NameID PolicyYesValue of the NameIDFormat element the integration uses.
External logout redirectNoURL where the integration redirects users after they log out.
Failed Requirement RedirectNoURL for redirecting failed authentication requests. By default, this is the URL endpoint of an error page or logout page configured in the IdP. You can populate this value in the glide.authenticate.failed\_requirement\_redirect field.
  1. Encryption And Signing tab

    Note: Use your own certificates for the encryption and signing.

Image omitted: encryption-signing.png
Encryption and Signing tab
|Property|Description|
|--------|-----------|
|Signing/Encryption Key Alias|Alias of the key entry stored in [SAML 2.0 SP Keystore](t_CreatingAServiceProviderKeyStore.md).|
|Signing Key Password|Password of the key entry stored in [SAML 2.0 SP Keystore](t_CreatingAServiceProviderKeyStore.md).|
|Encrypt Assertion|Check box to encrypt the assertion in the SAML response. The metadata generated for the IDP embeds the x509 certificate, which the IDP uses to encrypt the assertion in the SAML response that it generates.|
|Signing Signature Algorithm|URL that points to the SAML 2.0 Identity Provider AuthnRequest Consumer for eSignature Authentication.|
|Sign AuthnRequest|Check box to enable the IdP single-sign on service to receive a signed AuthnRequest.|
|Sign LogoutRequest|Check box to enable the IdP single-sign on service to receive a signed LogoutRequest.|
  1. User Provisioning tab
Image omitted: user-provisioning.png
User Provisioning Tab.
|Property|Description|
|--------|-----------|
|Auto Provisioning User|Automatic user provisioning, creates the users when user doesn't exists in the instance User Table based on the information provided by the IdP.|
|Update User Record Upon Each Login|Update to user information in the instance User table with the information in the IdP each time that the user logs in using SAML.|
  1. Advanced tab
Image omitted: advanced.png
Advanced tab
PropertyDescription
User FieldField on the User table that contains the value that the IdP requires to identify the user. This unique id is part of the response. For example, a user name, employee id, and so on. In the sys user table, this unique id is matched with the user details.
NameID AttributeField that you leave empty unless you configure a new NameID policy. If you configure a new policy, the system requires the User table it must use to identify the user logging in. The system matches the NameID token to the name of that User table field.
Create AuthnContextClassCheck box to specify a particular context class such as Password Protected Transport. If the check box is cleared, the IdP selects the most appropriate context class.
AuthnContextClassRef MethodURN of the login mechanism that you want the IdP to use to authenticate users.
Force AuthnRequestCheck box to force AuthnRequests to occur.
Is Passive AuthnRequestCheck box if the AuthnRequest is passive.
Single Sign-On ScriptSingle Sign-On script. The default is MultiSSOV2\_SAML2\_custom.
Sign Logout ResponseLogout response details in this field.
Clock SkewNnumber of seconds between the two attributes that make up the SAMLResponse nonce. The default is 60. A valid SAMLResponse must fall between the notBefore and notOnOrAfter date-time values. See Sample SAML 2 Response with the SubjectConfirmation and SubjectConfirmationData Elements and Sample SAML 2 Response with the AudienceRestrictions and Audience Elements for a sample SAMLResponse message.
Protocol Binding for the IDP's SingleLogoutReuqestOne of the supported values listed in the Binding attribute from the SingleLogoutService element.
Metadata URL from which IDP properties are importedIdP properties import from this URL. If set, it enables the automatic import of SAML certificate from the IdP if the previous certificate has expired. Note: If you upgrade from SAML2 Update 1 to Multi-Provider SSO or if you manually set up your SSO connection, the IdP Metadata URL does not automatically populate.
RequestUnique id as part of request. The id can be a user name, employee id, and so on.Note: Both redirect and post binding is supported for request. The option to set this field only appears after a successful test connection. For more information, see Test IdP connections.
ResponseUnique id as part of response. The id can be a user name, employee id, and so on. Note: Both redirect and post binding is supported for response. The option to set this field only appears after a successful test connection. For more information, see Test IdP connections.
  1. Select Test Connection at the upper-right corner of the page.

  2. Enter your credentials.

    The SSO Logout Test Results are displayed.

  3. Select Activate to activate the configuration.