MS Graph API Part 8: Troubeshooting

 



In this vlog series I will show you how you can use the Microsoft Graph API  ("Graph API") to manage Azure Active Directory. 

In this eighth episode I will demonstrate some troubleshooting techniques for your json files and tokens used in MS Graph and Azure AD. 


Have your own Azure AD test environment for free:

https://developer.microsoft.com/en-us/microsoft-365/dev-program

Download Visual Studio Code:
https://code.visualstudio.com/download

Microsoft Graph API v1.0 - Create Application
https://docs.microsoft.com/en-us/graph/api/application-post-applications?view=graph-rest-1.0&tabs=http

Special thanks to Martijn Hoekstra for his blog "Easy trick to test your Azure Active Directory returned ID Tokens"
https://matthijs.hoekstraonline.net/2021/03/07/easy-trick-to-test-your-returned-id-tokens-from-azure-active-directory/

URL used to test return token. Please change the red values to your own.

https://login.microsoftonline.com/TENANTID/oauth2/v2.0/authorize?
client_id=CLIENTID&response_type=id_token&redirect_uri=https%3A%2F%2F
jwt.ms&scope=openid%20profile%20email&response_mode=fragment&state=12345
&nonce=678910




Comments