Skip to content

Instantly share code, notes, and snippets.

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 phillipharding/77f77b5e25692fe1b9efcb79173a9fa8 to your computer and use it in GitHub Desktop.
Save phillipharding/77f77b5e25692fe1b9efcb79173a9fa8 to your computer and use it in GitHub Desktop.
POST /tenant id/oauth2/token HTTP/1.1
Host: login.microsoftonline.com
Content-Type: application/x-www-form-urlencoded
cache-control: no-cache
client_id:the client id
client_secret:the client secret
grant_type:client_credentials
resource:https://graph.microsoft.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment