Hi @Ujjwal019 ,

Step 1: Create two new filter criteria.

  1. Has admin role
  2. 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

RandheerSingh_0-1738329487549.png

 

 

step 5: associate this policy with MFA context

RandheerSingh_1-1738329696431.png

 

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