Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to get user token when service now is sso authenticated to pass authentication to another application

manish64
Giga Guru

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.

11 REPLIES 11

Richard Hine
Tera Guru

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

TechTurtle
Tera Contributor

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.