Best way to disable login popups, elavated sessions #17646
-
|
Hi there, We're using Social Login to login with Entra ID. However, we would like to prevent the "Confirm your identity" or "Login after inactivity". What is the best way to do so, and is there a way to do this based on the login method? Looking towards good suggestions and best practices :) Best regards, |
Beta Was this translation helpful? Give feedback.
Answered by
brandonkelly
Jul 23, 2025
Replies: 1 comment
-
|
You can disable that functionality by setting the elevatedSessionDuration config setting to Unfortunately it’s not currently possible to set it depending on the user’s login method. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
brandonkelly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can disable that functionality by setting the elevatedSessionDuration config setting to
0.Unfortunately it’s not currently possible to set it depending on the user’s login method.