Hi there, I am trying to create an action to whitelist internal testing accounts from MFA for automated testing and other use cases. I have the action created but it seems that the adaptive MFA being enabled overrides where I have put
api.multifactor.enable(‘none’, {allowRememberBrowser: false});
For security reasons we want to keep the adaptive MFA so if users are logging in security and the risk score is low, they don’t need to use MFA, AND also whitelist our internal accounts.