简体   繁体   中英

How to set OTP retry limit in Azure AD B2C custom policy while using Azure-MFA to send OTP

I am using Azure B2C custom policy for MFA, also using Azure-MFA to send code abd verify it. I would like to know how I can set Retry Limit while using it

I would suggest you follow this Microsoft document to create a custom policy for set OTP retry limit in azure AD b2c application.

Attribute: NumCodeGenerationAttempts

The number of maximum code generation attempts per identifier. The default value is 10 if not specified.

MS document: https://docs.microsoft.com/en-us/azure/active-directory-b2c/one-time-password-technical-profile

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM