Skip to content

Commit 1f1e0e7

Browse files
committed
fmt
1 parent 969ef5f commit 1f1e0e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/admin/auth.md

-1
Original file line numberDiff line numberDiff line change
@@ -336,4 +336,3 @@ The access_type parameter has two possible values: "online" and "offline." By de
336336
To enable the `offline_access` scope, which allows for the refresh token functionality, you need to add it to the list of requested scopes during the authentication flow. Including the `offline_access` scope in the requested scopes ensures that the user is granted the necessary permissions to obtain refresh tokens.
337337

338338
By combining the `{"access_type":"offline"}` parameter in the OIDC Auth URL with the `offline_access` scope, you can achieve the desired behavior of obtaining refresh tokens for offline access to the user's resources.
339-

0 commit comments

Comments
 (0)