Skip to content

Commit

Permalink
correcting the typo (FormidableLabs#321)
Browse files Browse the repository at this point in the history
correcting the typo as below
Before change: v2 uses _resources_ and v2 uses _scopes_ for access management.
After change: v1 uses _resources_ and v2 uses _scopes_ for access management.
  • Loading branch information
tatelang authored and Kadi Kraman committed Jun 11, 2019
1 parent 7627363 commit 753466c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config-examples/azure-active-directory.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Azure Active directory has two OAuth endpoints - [v1 and v2](https://docs.micros

## V1

The main difference between v1 and v2 is that v2 uses _resources_ and v2 uses _scopes_ for access management.
The main difference between v1 and v2 is that v1 uses _resources_ and v2 uses _scopes_ for access management.

V1 [does not specify a revocation endpoint](https://docs.microsoft.com/en-us/azure/active-directory/active-directory-configurable-token-lifetimes#access-tokens) because the access token are not revokable. Therefore `revoke` functionality doesn't work.

Expand Down

0 comments on commit 753466c

Please sign in to comment.