Azure AD B2C “setting.retryLimit” not working

限于喜欢 提交于 2021-01-29 14:02:03

问题


I've changed the setting in "LocalAccountDiscoveryUsingEmailAddress" for the password reset flow by adding:

<Item Key="setting.retryLimit">5</Item> 

in the Metadata section.

However, it doesn't seem to work - the limit is still the default of 3 when I try and send invalid codes.

Does this setting apply in this scenario?


回答1:


setting.retryLimit defines the maximum number of times that the validation technical profiles for a self-asserted technical profile can fail.

I believe the verification throttle is an internal configuration that can't be changed.



来源:https://stackoverflow.com/questions/53698256/azure-ad-b2c-setting-retrylimit-not-working

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!