How to get user role claims in postman from Azure active directory?
问题 I have a few users added to my Azure AD account, I would like to get the roles and user information on these users by calling an Azure API from Postman in the form of claims. I tried calling the following URL with the parameters as : https://login.microsoftonline.com/myTenantId/oauth2/token Body: grant_type : password, client_id : client id, client secret : client secret I receive the access_token in the encoded format in the response, When I decode it on https://jwt.io/ I see the decoded