Skip to content

Commit

Permalink
website/docs: fix API OAuth token usage (#7159)
Browse files Browse the repository at this point in the history
Update api.md

JWT Token howto update

Signed-off-by: Oleh Vivtash <oleh@vivtash.net>
  • Loading branch information
duhast authored Oct 16, 2023
1 parent 3c3f167 commit 07b8c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/developer-docs/api/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Users can create tokens to authenticate as any user with a static key, which can

### JWT Token

OAuth2 clients can request the scope `goauthentik.io/api`, which allows their OAuth Refresh token to be used to authenticate to the API.
OAuth2 clients can request the scope `goauthentik.io/api`, which allows their OAuth Access token to be used to authenticate to the API.

0 comments on commit 07b8c5b

Please sign in to comment.