views:

328

answers:

3

I want to integrate Open ID, Google and Yahoo login in my site, So please anyone can tell me the process of integration in ASP.NET.

A: 

You may be interested in free OpenID library for .NET: Extereme Swank OpenID Consumer for .NET 2.0

twk
A: 

Google and Yahoo support OpenID, so you just need to OpenID enable your website.

This is a great article which tells you step by step of what you need to do. You will still need an OpenID library for .NET in order to do that.

Vineet Manohar