Active Directory as OpenID provider?

空扰寡人 提交于 2019-11-30 03:30:16

Yes, you can. Just host an ASP.NET web site that itself uses Active Directory authentication, and exposes an OpenID Provider using DotNetOpenAuth.

There is also OpenID-LDAP server which claims to work with AD LDAP.

ADFS 4.0, available from Windows Server 2016 onwards, allows authentication using OpenID.

Or you can use RedHat Keycloak, which leverages any LDAP or Kerberos Server as a repository to be used with OIDC or even with poor man's auth SAML.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!