Skip to content

Commit

Permalink
docs: add example for device_code authorization flow AnWeber/httpyac#97
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Nov 5, 2021
1 parent 1d62655 commit 7f4a0e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/api/microsoftIdentify.http
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@oauth2_deviceCodeEndpoint=https://login.microsoftonline.com/organizations/oauth2/v2.0/devicecode
@oauth2_clientId=6731de76-14a6-49ae-97bc-6eba6914391e
@oauth2_tokenEndpoint=https://login.microsoftonline.com/organizations/oauth2/v2.0/token

GET https://httpbin.org/json
Authorization: oauth2 device_code

0 comments on commit 7f4a0e2

Please sign in to comment.