security - Microsoft.Owin.Security.ActiveDirectory 是用于制作使用 AD 的 Owin 身份验证中间件吗?

标签 security active-directory owin

我试图了解 Microsoft.Owin.Security.ActiveDirectory 的用途,但似乎找不到任何文档、测试,甚至 much以文章的方式。

这个包的实际用途是什么?我试图使用它来创建针对事件目录进行身份验证的中间件,但似乎无法跟踪 UseActiveDirectoryFederationServicesBearerAuthentication 的参数实际执行的操作,也无法跟踪如何使用它们指向我自己的 AD 服务器。

这个包是怎么回事?

最佳答案

来自my codeplex issue的回答

That package primarily works with Azure Active Directory (AAD) and Active Directory Federation Services (ADFS) via WsFederation. We don't have any support for LDAP, but some 3rd parties may. Here's one example: https://auth0.com/authenticate/aspnet-owin/active-directory

Contributions for new auth middleware are best directed here: https://github.com/owin-middleware

仍然没有关于如何实际使用它或何时使用它的信息。

关于security - Microsoft.Owin.Security.ActiveDirectory 是用于制作使用 AD 的 Owin 身份验证中间件吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24422845/

相关文章:

authentication - 在运行时向 OWIN 管道注册新的中间件,无需重新启动应用程序

java - jetty 安全约束 身份验证约束 角色名称 *(星号)失败

c# - 连字符是否在 LDAP DN 中编码?

powershell - Active Directory-按脚本填写唯一ID

active-directory - 使用 UPN 格式的 samAccountName 进行身份验证

asp.net - GetExternalLoginInfo 在 Google OWIN 提供商上返回 'null'

c# - 验证 JWT 出现奇怪的 “Unable to match key kid” 错误

java - 如何在 API 18 中使用 Android KeyStore API?

java - Java 中的安全 Messenger

php - 使用用户帐户创建网页,我需要记住什么?