Hi Team,
I wanted to exclude adaptive MFA rule for users with email (test.e2e**@**) . I have given the below rule but still its prompting MFA for email verification. How can i test the same
if (user.email.includes(’.e2e’)) {
callback(null, user, context);
}
Thanks,
Shilpa