Active Directory as OpenID provider?

旧城冷巷雨未停 提交于 2019-11-29 00:36:40

问题


Can an Active Directory be used as a OpenID provider? WIF is an option, but it's quite complicated and not very widespread.


回答1:


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




回答2:


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




回答3:


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




回答4:


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.



来源:https://stackoverflow.com/questions/2453769/active-directory-as-openid-provider

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