mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-08 08:01:18 -05:00
notes about access and refresh tokens
Closes #26919
Signed-off-by: AndyMunro <amunro@redhat.com>
(cherry picked from commit 7d504ed1c9)
This commit is contained in:
committed by
Alexander Schwartz
parent
86e0861b33
commit
122683612e
@@ -119,6 +119,11 @@ try {
|
||||
const users = await fetchUsers();
|
||||
----
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
Both access and refresh token are stored in memory and are not persisted in any kind of storage. Therefore, these tokens should never be persisted to prevent hijacking attacks.
|
||||
====
|
||||
|
||||
==== Session Status iframe
|
||||
|
||||
By default, the adapter creates a hidden iframe that is used to detect if a Single-Sign Out has occurred. This iframe does not require any network traffic. Instead the status is retrieved by looking at a special status cookie. This feature can be disabled by setting `checkLoginIframe: false` in the options passed to the `init()` method.
|
||||
|
||||
Reference in New Issue
Block a user