OAuth2.0 and Microsoft Active Directory AKA Entra

I am having a difficult time figuring out how to connect using Microsoft Graph on OAuth2.0.

I am fairly certain that my permissions in my app registration are good because I can use Graph Explorer successfully. Graph Explorer is similar to Postman but meant specifically for accessing Microsoft Data Elements.

I can successfully connected the resource to Azure now and have authorized it for my organization.

I am having an issue when running a query.

I am now getting invalid audience.

check out my reply here, you need to add .default to the end of your Audience URL

1 Like

Hi,

This is working for me:
image

I think Audience can be left empty, it doesn't seem to affect the connection. I haven't noticed any difference with it.

1 Like