0

这篇文章https://github.com/Azure-Samples/active-directory-b2c-advanced-policies/blob/master/Documentation/Domain-and-login-hint%20Tips%20and%20Tricks.pdf解释了如何通过login_hint 到 ADFS 登录页面。我的 ADFS ClaimsProvider 的 TechnicalProfile 的 InputClaims 定义如下所示。(用户名包含上一个用户旅程步骤中的用户登录名。)

<InputClaims>
    <InputClaim ClaimTypeReferenceId="username" PartnerClaimType="login_hint" />
</InputClaims>

对 AAD 声明提供程序执行完全相同的操作就可以了,但它不适用于 SAML2 协议。根据文章,它应该可以工作。我在这里做错了吗?

4

0 回答 0