Role Based Multi Factor authentication exclusion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2022 05:53 AM
We want to enable the role based auth for all users with roles in our instance but also want to exclude some service accounts with roles from this feature. Any suggestions?
- Labels:
-
Configuration Compliance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2022 06:11 AM
Please refer to the docs
https://docs.servicenow.com/bundle/sandiego-platform-security/page/integrate/authentication/concept/mfa-config-landing.html
Thanks & Regards,
Vasanth

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2023 04:07 AM
You can leverage the Adaptive Authentication Step Down MFA policy to achieve the desired behavior.
in the policy conditions, you can add the role/group filter criteria to exclude a specific set of users. All other users will see MFA.
FYI, you can also enforce MFA for SSO logins in case your Identity provider does not have MFA support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2025 08:35 AM
@sergiuhica , Can you help me with the same requirement, how did you achieve this?