Skip to content

Commit

Permalink
docs: fix info note
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Apr 26, 2020
1 parent 6d7d1d0 commit bc84c01
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/docs/oauth2.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,14 @@ More details about the various OAuth2 flows can be found in these articles:

### OAuth 2.0 Scope != Permission

:::info The OAuth2 Scope reflects a permission the user gave to the OAuth2
:::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 bc84c01

Please sign in to comment.