2016-05-27 20:12:07 +00:00
|
|
|
|
|
|
|
=== Administering Sessions
|
|
|
|
|
|
|
|
If you go to the `Sessions` left menu item you can see a top level view of the number of sessions that are currently active in the realm.
|
|
|
|
|
|
|
|
.Sessions
|
2017-08-28 12:50:14 +00:00
|
|
|
image:{project_images}/sessions.png[]
|
2016-05-27 20:12:07 +00:00
|
|
|
|
2020-01-30 21:56:35 +00:00
|
|
|
A list of clients is given and how many active sessions there currently are for that client. You can also log out all
|
2016-05-27 20:12:07 +00:00
|
|
|
users in the realm by clicking the `Logout all` button on the right side of this list.
|
|
|
|
|
2020-01-30 21:56:35 +00:00
|
|
|
==== Limitations of the `Logout all` Operation
|
2016-05-27 20:12:07 +00:00
|
|
|
|
|
|
|
Any SSO cookies set will now be invalid and clients that request authentication in active browser sessions will now have to
|
2017-08-28 12:50:14 +00:00
|
|
|
re-login. Only certain clients are notified of this logout event, specifically clients that are using the {project_name}
|
2020-01-30 21:56:35 +00:00
|
|
|
OIDC client adapter. Other client types, such as SAML, will not receive a backchannel logout request.
|
2016-05-27 20:12:07 +00:00
|
|
|
|
|
|
|
It is important to note that any outstanding access tokens are not revoked by clicking `Logout all`. They have to
|
2017-08-28 12:50:14 +00:00
|
|
|
expire naturally. You have to push a <<_revocation-policy, revocation policy>> out to
|
|
|
|
clients, but that also only works with clients using the {project_name} OIDC client adapter.
|
2016-05-27 20:12:07 +00:00
|
|
|
|
|
|
|
==== Application Drilldown
|
|
|
|
|
|
|
|
On the `Sessions` page, you can also drill down to each client. This will bring you to the `Sessions` tab of that client.
|
|
|
|
Clicking on the `Show Sessions` button there allows you to see which users are logged into that application.
|
|
|
|
|
|
|
|
.Application Sessions
|
2017-08-28 12:50:14 +00:00
|
|
|
image:{project_images}/application-sessions.png[]
|
2016-05-27 20:12:07 +00:00
|
|
|
|
|
|
|
==== User Drilldown
|
|
|
|
|
2016-06-06 17:15:23 +00:00
|
|
|
If you go to the `Sessions` tab of an individual user, you can also view the 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[]
|
2016-05-27 20:12:07 +00:00
|
|
|
|