Set up multiple provider SSO with Edge Encryption
-
- UpdatedFeb 1, 2024
- 3 minutes to read
- Washington DC
- Edge Encryption
Set up multiple provider SSO to enable logging in through the Edge Encryption proxy server URL or the instance URL. If you are implementing multiple provider single sign-on (SSO) with Edge Encryption enabled, some users might need to log in to your instance through the Edge Encryption proxy server, while other users might not.
Before you begin
- Enable the Integration - Multiple Provider Single Sign-On Installer plugin (com.snc.integration.sso.multi.installer).
- Enable the Edge Encryption plugin (com.glide.edgeencryption) and ensure that one or more proxy servers are set up in your network.
- Determine the URL for the Edge Encryption proxy server that users will log in through using multiple provider SSO. To determine the URL of an Edge Encryption proxy server, see Installing Edge Encryption.
About this task
The user logging in will need to use the appropriate URL to log in, either using the Edge Proxy or not using the Edge Proxy.
- If routing all users through the Edge Encryption proxy server, set up your identify provider record and define the proxy server URL in the ServiceNow Homepage, Entity ID / Issuer, and Audience URI fields.
- To route some users through the proxy server and some users to the instance,
create two identify provider records. Both records use the same value in the
Identity Provider URL field. However, one of the
records routes through the proxy server, while the other routes to the
instance.
- Login via instance name: https://<instance name>.service-now.com/login_with_sso.do?glide_sso_id=<sys_id of IdP record for non-Edge Proxy
- Log in via Edge Proxy: https://<edge hostname>:<port>/login_with_sso.do?glide_sso_id=<sys_id of the IdP record for the Edge Proxy
Procedure