Skip to content

Sessions

The Sessions section lists all SSO sessions — both active and recently expired.

Each session entry shows:

FieldDescription
UserUsername of the authenticated user
IP addressClient IP at login time
User agentBrowser/client user-agent string
Statusactive, expired, or deactivated
Created atWhen the session was established
Last activityMost recent authorization request on this session
Expires atAbsolute session expiry

Click a session and select Revoke to immediately deactivate it. The user’s next request will require re-authentication.

This is useful for:

  • Forcing a specific user to re-authenticate (e.g. after a password reset)
  • Responding to a suspected account compromise
  • Clearing stale sessions for a user

Expired and deactivated sessions are removed automatically by the background cleanup job. See Architecture → Design Decisions for details on the cleanup interval.