Login to ASP.net application via Google account Login to ASP.net application via Google account asp.net asp.net

Login to ASP.net application via Google account


Use OpenID. This is implemented in ASP.NET in the DotNetOpenAuth library. It includes samples for Google logins, and it's very easy.

The roles should work to. As you build up your user table, just add users to the appropriate roles.


I suggest you to take a look at this codeplex miniproject : http://loginwithgoogle.codeplex.com/.You might find it helpful.

Regards