Feb 16 2021 08:53 AM
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?
Feb 16 2021 10:04 PM - edited Feb 16 2021 10:06 PM
Hi @chatzich, Just to confirm are you trying MSAL authentication to authorize user using Tab in Teams?