- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 08:17 PM
Hi.
I want to verify MFA in a Developers Instance, but I'm having trouble because the MFA setting screen doesn't appear.
The MFA enforcement period is set to 0 days, so the MFA setting screen should be displayed no matter which user logs in, but it doesn't.
glide.authenticate.multifactor.enforcement.max_relaxation_period=0
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 08:58 PM
Hi @__ __2 ,
You will need to check the following :How does Yokohama or later release apply multifactor authentication (MFA) ? - Support and Troublesho...
Make sure glide.authenticate.multifactor is set to True.
Also, the MFA properties should look like below:
Sandeep Dutta
Please mark the answer correct & Helpful, if i could help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 08:58 PM
Hi @__ __2 ,
You will need to check the following :How does Yokohama or later release apply multifactor authentication (MFA) ? - Support and Troublesho...
Make sure glide.authenticate.multifactor is set to True.
Also, the MFA properties should look like below:
Sandeep Dutta
Please mark the answer correct & Helpful, if i could help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 09:24 PM
Thank you!
This property was set to false.
I changed it to true and MFA was enabled!
Check if MFA auth policy has been enabled (i.e. glide.authenticate.auth.policy.enabled is set to true ). If this isn't enabled then the MFA context specified policies will be ignored.