Can an Active Directory be used as a OpenID provider? WIF is an option, but it's quite complicated and not very widespread.
+2
A:
Yes, you can. Just host an ASP.NET web site that itself uses Active Directory authentication, and exposes an OpenID Provider using DotNetOpenAuth.
Andrew Arnott
2010-03-17 00:01:14
Any links to some sample code for how to do this? The DotNetOpenAuth site has limited documentation.
steve_c
2010-07-15 17:33:34
To do what, exactly? If you want to be an Active Directory relying party, you'll have to find AD documentation for that. If you want to (also) be a DotNetOpenAuth OpenID Provider, there are samples that come with the library to demonstrate that, and some limited documentation as you've said.
Andrew Arnott
2010-07-15 20:48:23
A:
There is also OpenID-LDAP server which claims to work with AD LDAP.
Vladimir Dyuzhev
2010-06-23 04:17:45