We have a SPA application that runs on a subscription based model. For this, we want to have a feature where users can only have 2 concurrent active sessions. Is there a way to achieve this? I looked into some similar posts in the community but no solution or approach is provided for the same. This is a very business critical use case for us and something we cannot get around.
Unfortunately, AFAIK there isn’t a way to achieve this. In general, if you are using the Universal Login, you will have SSO enabled, which will maintain the user’s session.
I am using universal login but not SSO. Our customers will mostly use enterprise connection like Azure AD. Is there a way to achieve this through any kind of custom implementation?
I believe its a common use case you might come across.