How to implement OpenID feature in ASP NET2.0

How to implement a function OpenID

in ASP NET2.0?

+1


source to share


3 answers


It looks like there are some .NET options here: http://wiki.openid.net/Libraries



+1


source


You can also use RPX http://rpxnow.com . The service will allow you to accept OpenID, Facebook and MySpace. Your app should be able to make https calls and be able to parse xml or json responses.



0


source


http://dotnetopenid.googlecode.com seems to be the most popular .net OpenID library.

0


source







All Articles