Forum Discussion

chatzich's avatar
chatzich
Copper Contributor
Feb 16, 2021

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?

Resources