gpt4 book ai didi

authentication - 使用 OWIN Ws-Federation 包针对 ADFS 3.0 进行身份验证

转载 作者:行者123 更新时间:2023-12-02 14:44:18 31 4
gpt4 key购买 nike

我有一个 MVC 内联网站点,需要使用 AD 帐户进行身份验证。

我设置了 ADFS 3.0 (Win Server 2012 R2) 并遵循 this设置 ADFS 依赖方信任。

This另一篇文章介绍了 Ws-Federation OWIN 组件,我想使用它。它提到了如何连接到 Azure AD,但没有提及 ADFS。

我尝试设置配置属性“MetadataAddress”和“Wtrealm”以匹配我在 ADFS 中配置的内容,但在运行时出现错误:

A default value for SignInAsAuthenticationType was not found in IAppBuilder Properties. 
This can happen if your authentication middleware are added in the wrong order, or if one is missing.

我正在寻找消除此错误的正确方法

最佳答案

是的..我遇到了同样的问题。只需执行以下操作即可:

    app.SetDefaultSignInAsAuthenticationType(WsFederationAuthenticationDefaults.AuthenticationType );

app.UseCookieAuthentication(new CookieAuthenticationOptions
{
AuthenticationType = WsFederationAuthenticationDefaults.AuthenticationType
});

关于authentication - 使用 OWIN Ws-Federation 包针对 ADFS 3.0 进行身份验证,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23262471/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com