Skip to content

Commit

Permalink
feat(jans-auth-server): added doc about online_access scope #3012
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyz committed Mar 10, 2023
1 parent 95f5614 commit 2de8869
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/admin/auth-server/tokens/oauth-refresh-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,8 @@ By default AS always creates new Refresh Token on refresh call to Token Endpoint

To revoke a token, a client can do so via the [revocation endpoint][../endpoints/token-revocation] (including revocation of all tokens by `client_id`).

### online_access scope

If `online_access` scope is present then refresh token expires when the session ends (for example via front channel logout).


0 comments on commit 2de8869

Please sign in to comment.