我试图强迫用户每次登录。来到这个文档https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-reference-manage-sso-and-token-configuration
当我尝试使用应用程序,租户,策略选项的Scope时,我能够上传我的策略。禁用选项给出Schema Error
<UserJourneyBehaviors>
<SingleSignOn Scope="Disabled" />
</UserJourneyBehaviors>
'Scope'属性无效 - 根据其数据类型'http://schemas.microsoft.com/online/cpim/schemas/2013/06:UserJourneyBehaviorScopeType',值'Disabled'无效 - Enumeration约束失败。
不幸的是,模式验证链接也不起作用。
它应该设置为Suppressed
,而不是Disabled
,请参阅the XML schema for Trust Policy Framework以获取更多信息。