Skip to content

Instantly share code, notes, and snippets.

@jim-minter
Created January 16, 2019 23:30
Show Gist options
  • Save jim-minter/6aafaf77321f26131b288edf8ed89d82 to your computer and use it in GitHub Desktop.
Save jim-minter/6aafaf77321f26131b288edf8ed89d82 to your computer and use it in GitHub Desktop.
[
{
"resourceAppId": "00000003-0000-0000-c000-000000000000", // microsoft graph
"resourceAccess": [
{
"id": "5b567255-7703-4780-807c-7be8301ae99b", // read all groups
"type": "Role" // application permission
},
{
"id": "37f7f235-527c-4136-accd-4a02d197296e", // sign users in
"type": "Scope" // delegated permission
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment