From 07b8c5bc7a90387841ad753425bcf6f5c3109d0f Mon Sep 17 00:00:00 2001 From: Oleh Vivtash Date: Mon, 16 Oct 2023 14:10:21 +0300 Subject: [PATCH] website/docs: fix API OAuth token usage (#7159) Update api.md JWT Token howto update Signed-off-by: Oleh Vivtash --- website/developer-docs/api/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/developer-docs/api/api.md b/website/developer-docs/api/api.md index e6b7b6dc3..7e3877be7 100644 --- a/website/developer-docs/api/api.md +++ b/website/developer-docs/api/api.md @@ -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.