Configuring IdP Initiated SSO

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2017 08:15 PM
Hi - I am urgently trying to locate the documentation or some sort of guide for configuring IdP Initiated SSO with ServiceNow. Are you able to tell me if that documentation exists, and - if so - where to find it?
- Labels:
-
Instance Configuration
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2017 08:32 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2017 08:35 PM
Hello Steve,
Refer the below links may helpful to you.
Configure an identity provider (IdP)
Identity Provider (IdP) system properties
SAML 2.0 Setup - ServiceNow Wiki
https://express.servicenow.com/support/documentation/default-primary-idp-exp/
How can I configure serviceNow as IDP ?
ServiceNow Commnunity MVP -2018 class.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2017 08:40 PM
Thanks guys - I've configured SSO in the "standard" (?) way in ServiceNow. i.e. the result is that you visit the ServiceNow login page, select "External Login", and then you're sent off to authenticate.
What I'm specifically trying to figure out are the differences in configuration when the SSO authentication is initiated at the IdP end. i.e. when the user arrives at the ServiceNow instance PRE-authenticated. I haven't been able to find anything specific to that, or been able to get it working just by making it up as I go along.
Does anyone know specifically what needs to be done differently in that case?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2017 09:26 PM
You will have to perform below steps to configure SSO on instance
- Get PEM certificate and create record for x509 certificate.
- Create IDP provider and refer this certificate.
Check correct values are set for below system proerties for idp
glide.authenticate.sso.redirect.idp - sys_id of idp
glide.authenticate.sso.saml2.idp_authnrequest_url - Your federation URL for authentication
glide.authenticate.sso.saml2.idp_logout_url - Logout URL
Also, make sure that single sign is turned on .
Regards,
Sachin