How to Ensure Only One Active Session Per User in SOAR
Hi @Anonymous,
I’m working on a user authentication system and I need to ensure that each user can only have one active session at any time. Specifically, the requirement is:
- If a user logs in from a new device or browser, their previous session (if any) should be invalidated or they should be logged out automatically.
I'm looking for suggestions on how to implement this functionality using SOAR. Specifically, I would like to know how to track user sessions across devices and enforce session invalidation on login from a new device.
Any guidance, best practices, or examples would be greatly appreciated!
Thanks!
