Replies: 2 comments 1 reply
-
I would like to clarify that we are using a dedicated service account for LDAP synchronization. For this specific account, we would like to disable MFA, while keeping MFA enabled for all other users |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can bind a policy to the MFA stage to skip it in your authentication flow. I use a policy where if I am on my local network it skips the MFA stage. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
what is the most elegant way to de-activate mfa for specific users? Afaik there are two options:
a) authentication-flow without mfa step
b) delete mfa devices on user-level
Are there other ways to implement this? Preferably I would like to pause/disable mfa for a subset of users.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions