Posts

Showing posts from September, 2020

OIDC Configuration with SSO ServiceNow

Image
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 ·  ...