You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a realm level, an admin can search the sessions with a string restricting it by user, client ID and IP address.
Some of the logic should change as it should take the session ID and the offline/online flag to determine unique entries. In addition to that, for a lot of persistent sessions in the database, the searching should leverage more of the database capabilities and load fewer items to memory.
The text was updated successfully, but these errors were encountered:
This issue has been trimmed down to fix only the result returned here. Optimizations for the search in the backend are left for a future point in time.
ahus1
added a commit
to ahus1/keycloak
that referenced
this issue
May 3, 2024
On a realm level, an admin can search the sessions with a string restricting it by user, client ID and IP address.
Some of the logic should change as it should take the session ID and the offline/online flag to determine unique entries. In addition to that, for a lot of persistent sessions in the database, the searching should leverage more of the database capabilities and load fewer items to memory.
The text was updated successfully, but these errors were encountered: