我相信验证限制是无法更改的内部配置.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? 解决方案 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. 这篇关于Azure AD B2C"setting.retryLimit"不工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 1403页,肝出来的..
09-06 17:03