Multifactor authentication prompt is less than 30 days

Hi @nicolas_sabena,
We have a ‘Multifactor-Guardian-Do-Not-Rename’ rule. We force MFA to every user through this rule (no check for the use_mfa flag):

function (user, context, callback) { var MFA_ACTIVATED = true; if (MFA_ACTIVATED) { context.multifactor = { provider: 'guardian', allowRememberBrowser: true, }; } callback(null, user, context); }

Can you please describe how to find the tenant name and region?