Skip to content

Instantly share code, notes, and snippets.

@khle
Last active February 29, 2016 06:10
Show Gist options
  • Select an option

  • Save khle/b1f11365fc4350cf4f34 to your computer and use it in GitHub Desktop.

Select an option

Save khle/b1f11365fc4350cf4f34 to your computer and use it in GitHub Desktop.
Get Access Token
curl -X POST --data "grant_type=client_credentials&resource=https://graph.windows.net&client_id=http://samplewebservice.azure-mobile.net&client_secret=[which is also called keys in AAD portal]&scope=Directory.ReadWrite.All" https://login.microsoftonline.com/your-tenant.onmicrosoft.com/oauth2/token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment