Access Token To Call Graph API

Hello, i’m trying to use auth0 to develop an app that should be able to read contacts in Outlook account.
I’ve created a connection " Microsoft Azure AD ", configured it and it works.

Unfortunately, i can’t read “https://graph.microsoft.com/v1.0/me/contacts ” API.

As i can see in the jwt, it is configured for audience : graph.windows.net , and i need : graph.microsoft.com

Is there any way to do this ?

A post was merged into an existing topic: Access Token for Graph API