Last active
June 17, 2020 07:22
-
-
Save comitieutu/3659b39ff86a301fdc3dd4507114fc46 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --location --request POST "https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/token" \ --form "grant_type=password" \ --form "client_id={clientId}" \ --form "client_secret={clientSecret}" \ --form "scope={scope}" \ --form "username={username}" \ --form "password={password}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment