- 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