Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Active Directory as OpenID provider?

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

like image 719
Carl Hörberg Avatar asked Mar 16 '10 11:03

Carl Hörberg


1 Answers

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

like image 199
Andrew Arnott Avatar answered Oct 11 '22 14:10

Andrew Arnott