uwnthesis.wordpress.com
Single Sign On: Oauth – How to decode the id_token?
In the oauth protocol, the id_token proves successful authentication by the IDP occurred. When the scope lists openid, oauth will return an id_token. The id_token is in a fixed format. The token is…