OPENID Connect Sharing Token.
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
I am analyzing the implementation of OPENID connect. I understand that Identity server provides a token to the client application after successful login. My Question is can I pass this token to another website if redirection is required. Following are some moredetails 1- WebApplication1 authenticates a user using OpenID connect and get a token. 2- WebApplication1 needs to redirect/navigate to WebApplication2 3- Users for WebApplication1 and WebApplication2 are the same. 4- WebApplication1 passes the token to Webapplication2 while redirecting 5- Now, if webapplication2 re-validates the token from the OpenID server, will the server verify it?