How to get user token when service now is sso authenticated to pass authentication to another application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2020 12:56 AM
Hi ,
I have scenario where i need to pass user token from service now to another application to get authenticated.As our service now instance is sso authenticated with azure ad . Do we have that information stored in servicenow which i can use and pass information to another application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2023 02:23 AM
You don't want to be capturing the token ServiceNow receives to pass.
Better way to architect the solution would be to have the second application use the same identity provider and the token it has issued for the login, this is the idea behind SSO.
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2024 03:38 PM
Hi @manish64 I have similar requirement and I am struggling for weeks. If you ware able to figured this out then can you please post here?
Thank you.
