[在研究如何要求特定应用进行多因素身份验证时,我遇到了这一挑战:
是否有要求应用程序使用特定用户流或限制用户流与特定应用程序一起使用的方法?
更多信息:
在应用程序中使用特定的用户流:https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-tutorials-spa
代码示例:https://github.com/Azure-Samples/active-directory-b2c-javascript-msal-singlepageapp
Azure B2C中的用户流:https://docs.microsoft.com/en-ca/azure/active-directory-b2c/active-directory-b2c-reference-policies
tfp
claim in the ID token来确保执行了特定的流。tfp
声明被设置为执行以获取ID令牌的策略的名称(例如tfp
)。>>
b2c_1_signupsignin1
添加元数据项来使用custom policies实现。