AzureAD AuthProvider + Microsoft Graph API

Hello, I’m having the same issue as @clem.e .

I have the access token for my user, via the management api and the proper permissions configured, however the audience my my users access token is set to ‘https://graph.windows.net’ instead of ‘https://graph.microsoft.com’.

I noticed that this is similar to the issue linked in the original description. “Access Token for Graph API - #2 by James.Morrison”.

I’m using an Enterprise WAAD Connection, to mock a customer. All the permissions I’m looking for are proper on my user. however on all api request from the Microsoft’s graphApi responds with the message “Access token validation failure. Invalid audience.” and the only difference between the accessToken that works and doesn’t work is the audience on the access token.

Would be super grateful for any assistance here.