i am trying to use the API for "sign in with Google account" with my asp.net vb website just like StackOverflow or FriendFeed sign in with google. Please let me know if any one implemented it.
You can check out the OpenID Membership Provider from Codeplex
OpenID Membership Provider is an
ASP.Net Membership provider and login
control that is compatible with the
OpenID Authentication 2.0
implementation.
There is also OAuth implementation for .NET (to use with twitter and such services) http://oauth.net/code/.
Related
I am developing ASP.Net web application, and we want to integrate it with GSuite using SAML,
Gsuite will have all user information,
We have created SAML application in GSuite, and We want our asp.net to redirect to Google for authentication.
Is there any Sample code in .net
Thanks
I am developing an asp.net web application in vs2008 framework 3.5.I need to use google login and registration in my site.Please tel me whether i should use any api ?Is there any ways to extract the sign in information from the user who is using my site?
My intention is to create login like that in http://www.plaxo.com/.
You need to use OpenId, dotnetopenauth should serve your purpose.
This article, although for MVC, should explain to you how to use DotNetOpenAuth.
I veguely remember that there was a login/logout control in my ASP.net class, but I don't know what options there are for managing user logins, the only one I'm aware of is the Windows Authentication mechanism.
I believe you're talking about ASP.NET Forms Authentication. You can read more about it here.
Here's a video tutorial on the ASP.NET Login controls:
http://www.asp.net/general/videos/login-controls
You'll probably want to take a look at Forms Authentication - you can use both Windows and Forms authentication with an ASP.NET Web application.
http://weblogs.asp.net/scottgu/archive/2006/07/12/Recipe_3A00_-Enabling-Windows-Authentication-within-an-Intranet-ASP.NET-Web-application.aspx
we are going to develop web-application in asp .net 4.0. in this, we are using asp .net membership provider to login the application. we want to integrate facebook login with this application. user can login to this application using facebook credential and it will be authenticated in our application. Application will allow user to invite facebook friends from this web-site.
Please suggest me on this! is there any facebook API available for this or any other way.. ?
you can use this library to fully integrate your ASP.NET application with Facebook:
Facebook C# SDK
some articles to start with:
Getting Started With Facebook C# SDK
How to Retrieve User Data from Facebook Connect in ASP.NET
http://codesamplez.com/development/c-sharp-library-for-facebook-api
there is also another library called "Facebook Graph Toolkit", but I didn't use it before.
http://fgt.codeplex.com/
I'm looking to allow Facebook Connect logins on my site, but still want to capture some user information and store it in the Profile object. Would also like to allow standard login/pass authentication, with an option to link it to your Facebook account. Much like the way many sites handle Facebook Connect...
I'm wondering if someone has something pre-written (aside from the Facebook Toolkit on CodePlex) specifically for Asp.NET Membership integration with Facebook Connect.
Related questions on StackOverflow:
Facebook Connect Integration with a site using ASP.NET Membership Provider
Facebook Connect and ASP.NET
An open source provider:
http://fbmembership.codeplex.com/