Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created December 13, 2015 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinyoo/6cf1a84889c954bf84bd to your computer and use it in GitHub Desktop.
Save justinyoo/6cf1a84889c954bf84bd to your computer and use it in GitHub Desktop.
Web API App-Only with Graph API
{
...
"GraphApp": {
"Tenant": "contoso.onmicrosoft.com",
"AuthUrl": "https://login.microsoftonline.com/{0}",
"GraphUrl": "https://graph.microsoft.com",
"Version": "v1.0",
"ClientId": "client-id-value",
"ClientSecret": "client-secret-key-value",
"AppId": "https://contoso.onmicrosoft.com/GraphApiAppOnlySample"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment