Skip to content

Commit

Permalink
Update oauth2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Apr 25, 2020
1 parent 663472b commit f99421e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/versioned_docs/version-v1.4/oauth2.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ More details about the various OAuth2 flows can be found in these articles:
:::info The OAuth2 Scope reflects a permission the user gave to the OAuth2
Application, not a permission the system (e.g. API) gave to that OAuth2
application. Also, the OAuth2 Scope can not be changed without revoking the
token. :::
token.

:::

A second important concept is the OAuth 2.0 Scope. Many people confuse OAuth 2.0
Scope with internal Access Control like for example Role Based Access Control
Expand Down

0 comments on commit f99421e

Please sign in to comment.