How to configure service now as IdP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2018 08:35 AM
HI,
I am trying to configure ServiceNow as Idp. I wanted to log in to my website using service now credentials.
The options I tried is
1-> SAML - But in that Service now only act as Service Provider, but I want Service now to act as Identity Provider
2->OpenId - in that also service now does not act as a provider.
My requirement is to log in to my website using service now credentials. Could someone please suggest some ideas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2018 08:46 AM
HI Vinod ,
As per my knowledge service-now service-now won't work as IDP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2018 08:48 AM
ServiceNow isn't setup to be an IdP, however you could use a web service login as a validation of the user credentials. For example all user's of ServiceNow have access to their own sys_user record. You could use SOAP or REST API to query for the user's profile using basic auth credentials provided from your other website. If a record is returned this means success, if not then failure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2018 09:50 AM
Thanks Michael , could you please eloborate the steps. As I am new to Service Now i could not understand it