How to authenticate to Rest APIs using SSO credentials
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2018 01:57 PM
Hi,
I have a requirement to authenticate to rest api using SSO credentials. Is it possible in Servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2018 01:58 AM
Hi Prasad,
Since REST API call to ServiceNow happens in backend why you require sso?
Are you saying that you require a user in user table with valid sso id and use this user for integration purpose?
I think there is no need for sso for REST API. Just create a local user account, share the username and password to API team and that's it.
Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2018 05:25 AM
We want to create Incidents from custom mobile application with Service now users actual credentials. So that we need authenticate user first with service now.