Skip to content

Instantly share code, notes, and snippets.

@theeternalsw0rd
Last active March 15, 2018 23:10
Show Gist options
  • Save theeternalsw0rd/ea6bfe7ee4198458f8fbd4d73abdb312 to your computer and use it in GitHub Desktop.
Save theeternalsw0rd/ea6bfe7ee4198458f8fbd4d73abdb312 to your computer and use it in GitHub Desktop.
Microsoft Graph API Admin Consent URI
Searched Microsoft documentation for several hours before I could find the instructions. I'm creating this for my reference
and anyone fruitlessly searching Google.
https://login.microsoftonline.com/{tenant}/adminconsent?client_id={your azure app id}&state=12345&redirect_uri={your app url}
Also, memberOf actually requires Directory level permission, not Group level.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment