User430178104 posted
I'm using Oauth to get the Bearer token (below is the API). It returns token_type, access_token, refresh_token and id_token. I am trying to validate the id_token with Jwt.io. Unfortunitly it is showing Invalid Signature. whereas it is showing header and
payload
https://login.microsoftonline.com/{0}/oauth2/token
Could you please let me know where can i get the Key or Certificate to validate the token