keycloak-scim/docs/documentation/server_admin/topics/sessions.adoc
Michal Hajas af53af1506
Document persistent sessions are enabled by default
Closes #32387

Signed-off-by: Michal Hajas <mhajas@redhat.com>
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Co-authored-by: Pedro Ruivo <pruivo@users.noreply.github.com>
Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
2024-08-30 09:20:58 +00:00

11 lines
438 B
Text

== Managing user sessions
When users log into realms, {project_name} maintains a user session for each user and remembers each client visited by the user within the session. Realm administrators can perform multiple actions on each user session:
* View login statistics for the realm.
* View active users and where they logged in.
* Log a user out of their session.
* Revoke tokens.
* Set up token timeouts.
* Set up session timeouts.