tags:

views:

300

answers:

3

Hi

I need to add OpenId feature in asp.net 2.0 How it is possible?

If anyone knows the answer please help me

+1  A: 

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

n8wrl
A: 

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.

ltd
A: 

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

Andrew Arnott