Hello everyone,
I’m currently using Orthanc with the Authorization Plugin, Keycloak, and an external authorization web service to handle user authentication and role-based access control.
I’d like to know if there is any built-in support or recommended approach to automatically log out users after a period of inactivity. Ideally, I’m looking for a way to enforce session timeout or idle session expiration to improve security.
Has anyone implemented something similar or found a good pattern for this use case?
Thanks in advance!