Hi
I need to add OpenId feature in asp.net 2.0 How it is possible?
If anyone knows the answer please help me
Hi
I need to add OpenId feature in asp.net 2.0 How it is possible?
If anyone knows the answer please help me
Looks like there are some .NET options here: http://wiki.openid.net/Libraries
You can also use an RPX http://rpxnow.com . The service will allow you to accept OpenIDs, Facebook, and MySpace . Your application needs to be able to make https calls out, and be able to parse xml or json responses.
http://dotnetopenid.googlecode.com seems to be the most popular .net OpenID library.