website/docs: fix API OAuth token usage (#7159)
Update api.md JWT Token howto update Signed-off-by: Oleh Vivtash <oleh@vivtash.net>
This commit is contained in:
parent
3c3f1678e5
commit
07b8c5bc7a
|
@ -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.
|
||||
|
|
Reference in New Issue