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

33 lines
1.4 KiB
Text
Raw Normal View History

2016-05-27 20:12:07 +00:00
=== Administering Sessions
2021-02-19 10:34:22 +00:00
To see a top-level view of the active clients and sessions in {project_name}, click *Sessions* from the menu.
2016-05-27 20:12:07 +00:00
.Sessions
2017-08-28 12:50:14 +00:00
image:{project_images}/sessions.png[]
2016-05-27 20:12:07 +00:00
2021-02-19 10:34:22 +00:00
==== The *Logout all* Operation
2016-05-27 20:12:07 +00:00
2021-02-19 10:34:22 +00:00
You can log out all users in the realm by clicking the *Logout all* button.
2016-05-27 20:12:07 +00:00
2021-02-19 10:34:22 +00:00
When you click the *Logout all* button, all SSO cookies become invalid, and clients requesting authentication within active browser sessions must log in again. {project_name} notifies clients by using the {project_name} OIDC client adapter of the logout event. Client types such as SAML do not receive a back-channel logout request.
2016-05-27 20:12:07 +00:00
2021-02-19 10:34:22 +00:00
[NOTE]
====
Clicking *Logout all* does not revoke outstanding access tokens. Outstanding tokens must expire naturally. For clients using the {project_name} OIDC client adapter, you can push a <<_revocation-policy, revocation policy>> to revoke the token, but this does not work for other adapters.
====
2016-05-27 20:12:07 +00:00
2021-02-19 10:34:22 +00:00
==== Application Navigation
2016-05-27 20:12:07 +00:00
2021-02-19 10:34:22 +00:00
On the `Sessions` page, you can click on each client to go to that client's `Sessions` tab. Click the *Show Sessions* button there to see which users are in the application.
2016-05-27 20:12:07 +00:00
.Application Sessions
2017-08-28 12:50:14 +00:00
image:{project_images}/application-sessions.png[]
2016-05-27 20:12:07 +00:00
2021-02-19 10:34:22 +00:00
==== User Navigation
2016-05-27 20:12:07 +00:00
2021-02-19 10:34:22 +00:00
If you go to the `Sessions` tab of an individual user, you can also view the user's session information.
2016-05-27 20:12:07 +00:00
.User Sessions
2017-08-28 12:50:14 +00:00
image:{project_images}/user-sessions.png[]