{"id":4748,"date":"2019-03-04T04:07:39","date_gmt":"2019-03-04T04:07:39","guid":{"rendered":"http:\/\/blogs.aaddevsup.xyz\/?p=4748"},"modified":"2021-03-25T23:14:24","modified_gmt":"2021-03-25T23:14:24","slug":"using-jwt-io-to-verify-the-signature-of-a-jwt-token","status":"publish","type":"post","link":"https:\/\/blogs.aaddevsup.xyz\/2019\/03\/using-jwt-io-to-verify-the-signature-of-a-jwt-token\/","title":{"rendered":"Using jwt.io to verify the signature of a JWT token"},"content":{"rendered":"

Introduction<\/h1>\n

In an asymmetric algorithm, a JWT token is signed with an Identity Provider’s private key. To verify the signature of the token, one will need to have a matching public key. This post will cover how to use the JWT tool at https:\/\/jwt.io\/<\/a> to verify the signature of an signed Azure AD token (either access or id token).<\/p>\n

Note:<\/strong><\/span><\/p>\n