OIDC Configuration with SSO ServiceNow


Overview:

Now with Paris release we can Login into ServiceNow with External Sign in options like GOOGLE, OKTA, Facebook etc if we have OIDC configuration details with us like

1.    Client ID

2.    Client Secret

3.    Well-known configuration URL

Now in this session will look Sign On using GOOGLE

 

 

Steps to be followed:

Google Configuration

·         Login into your Gmail Account and open the below link

https://console.developers.google.com

·       Create a project and generate Oauth Client ID credentials

·       In the credentials Section update the ‘Authorised Javascript Origins’ and ‘Authorised Redirect URLs’ with your instance details EX: https://devXXXX.service-now.com and https://devxxxx.service-now.com/navpage.do

·       And create credentials

·       Now you will get client id and client secret and You can download JSON file of the credentials.

 

Credentials Details in Google Console



Service Now Configuration:

·       In left navigation open Identity Providers and click new and then click on OPEN ID CONNECT

·       Prompt will be opened and fill the below details

1.    Name

2.    Client ID

3.    Client Secret

4.    Well-known configuration URL

·       For Google URL is https://accounts.google.com/.well-known/openid-configuration

·       Click on import

·       Now OIDC Configuration will be completed in ServiceNow

·       Final Step is to change the Properties.


PlNOTE: Please follow the below link for more details:

      SSO OIDC CONFIGURATION LINK



 



Comments

  1. Hi I am getting redirected to https://myInstance.service-now.com/external_logout_complete.do after implemented this. Could you help?

    ReplyDelete

Post a Comment