keycloak-scim/server_admin/topics/sessions/transient.adoc

10 lines
822 B
Text
Raw Normal View History

2021-02-19 10:34:22 +00:00
[[_transient-session]]
=== Transient sessions
2021-02-19 10:34:22 +00:00
You can conduct transient sessions in {project_name}. When using transient sessions, {project_name} does not create a user session after successful authentication. {project_name} creates a temporary, transient session for the scope of the current request that successfully authenticates the user. {project_name} can run <<_protocol-mappers, protocol mappers>> using transient sessions after authentication.
2021-02-19 10:34:22 +00:00
During transient sessions, the client application cannot refresh tokens, introspect tokens, or validate a specific session. Sometimes these actions are unnecessary, so you can avoid the additional resource use of persisting user sessions. This session saves performance, memory, and network communication (in cluster and cross-data center environments) resources.
2021-02-19 19:10:41 +00:00