添加 phone 仅调用 MFA 到自定义策略
Add phone call only MFA to custom policy
我有一个现有的自定义策略 (https://github.com/azure-ad-b2c/samples/blob/master/policies/passwordless-email/),我想向其添加 phone MFA。
我找到 https://github.com/azure-ad-b2c/samples/tree/master/policies/mfa-email-or-phone but this allows email or phone, there is also https://github.com/Azure-Samples/active-directory-b2c-custom-policy-starterpack/tree/master/SocialAndLocalAccountsWithMfa and https://docs.microsoft.com/en-us/azure/active-directory-b2c/multi-factor-auth-technical-profile.
有什么方法可以强制 phone 调用为 mfa? (不允许短信)
你需要使用这个setting:
"setting.authenticationMode"
“验证 phone 号码的方法。可能的值:短信、phone 或混合(默认)”
我有一个现有的自定义策略 (https://github.com/azure-ad-b2c/samples/blob/master/policies/passwordless-email/),我想向其添加 phone MFA。 我找到 https://github.com/azure-ad-b2c/samples/tree/master/policies/mfa-email-or-phone but this allows email or phone, there is also https://github.com/Azure-Samples/active-directory-b2c-custom-policy-starterpack/tree/master/SocialAndLocalAccountsWithMfa and https://docs.microsoft.com/en-us/azure/active-directory-b2c/multi-factor-auth-technical-profile.
有什么方法可以强制 phone 调用为 mfa? (不允许短信)
你需要使用这个setting:
"setting.authenticationMode"
“验证 phone 号码的方法。可能的值:短信、phone 或混合(默认)”