Forum Discussion
chatzich
Feb 16, 2021Copper Contributor
How to verify token from redirect URI
I have an endpoint which is using the authorize endpoint to acquire an id_token
https://login.microsoftonline.com/%s/oauth2/v2.0/authorize?prompt=consent+login&client_id=%s&response_type=id_token&redirect_uri=%s&response_mode=query&scope=offline_access user.read mail.read&state=12345
Can you tell me how can I verify the id_token in the redirect_uri point?
- Mallipriya_MSFTMicrosoft
Hi chatzich, Just to confirm are you trying MSAL authentication to authorize user using Tab in Teams?