Multi-factor authentication( MFA) enabled based on groups?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2025 09:54 PM
Hi All,
Good Day!
Can some one suggest how we can Enable multi-factor (MFA) authentication based on groups?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2025 03:18 AM
Please check answer 1.d for more details in the FAQ KB.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1709783
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2025 01:55 AM
Hi @Randheer Singh , Can you help with excluding users with a specific role? I want to enforce MFA for all local accounts with the Admin role, but I need to exclude certain accounts. To achieve this, I created a dedicated role (mfa_exclude_role) and assigned it to the users I want to exclude. How can I configure it so that users with the mfa_exclude_role are exempt from MFA, even if they have the Admin role??

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2025 05:24 AM
Hi @Ujjwal019 ,
Step 1: Create two new filter criteria.
- Has admin role
- Has mfa_exclude_role
Step 2: You can create a new authentication policy. name: MFA policy for admins
Step 3: associate the filter criteria to this new policy. You can also add the authentication scheme filter also
Step 4: add a condition
step 5: associate this policy with MFA context
step 6: set the enable adaptive authentication property (glide.authenticate.auth.policy.enabled) as true. Also make sure system property “glide.authenticate.multifactor" is true.
With these steps you should be able to enforce MFA for user with admin role doing username and password based login, while excluding certain users with a specific role.
Thanks,
Randheer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2025 01:14 AM
Hi @Mark Manders ,
Thank you for your input. Could you please share the documentation from ServiceNow regarding the mandatory MFA requirement in the next release of ServiceNow .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2025 01:18 AM
Hi @Mark Manders ,
Thank you for your input. Could you please share the documentation from ServiceNow regarding the mandatory MFA requirement in the next release of ServiceNow.