-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add IdentitySession
infrastructure.
#18242
Conversation
dose this capable of managing session for mobile app scenarios. Cloud please help how can we implement this strategy. |
This is a different business. The session will currently be designed to |
We can use the session history for the user to check if this user has previously succeeded session from the same device then we don't require 2FA. I think the right module to implement this is the openidconnect, but we need the session entity to store the unique terminal/browser/mobile id. after that we can edit the token handler in openidconnect to check for existing sessions for the same user & device-id so no need to force 2FA. |
No description provided.