Yevadu Posted April 23, 2014 Report Posted April 23, 2014 Hi friends, here is my second post in this DB In this post i would like to share my experience with Google Authentication with Asp.net membership (Forms Authentication) High level google authentication work flow with ASP.NET membership 1. Your application requests access and gets an unauthorized request token from Google's authorization server. 2. Google asks the user to grant you access to the required data. 3. Your application gets an authorized request token from the authorization server. 4. You exchange the authorized request token for an access token. 5. You use the access token to request data from Google's service access servers. ........................... Details explanation is available in my blog Code download available in my blog http://vsaditya.blogspot.com/2014/04/google-authentication-with-aspnet.html In my next post i would like to discuss the code in details...
chandra916 Posted April 23, 2014 Report Posted April 23, 2014 raaga lo songs stream avuthayi kadha.....aa songs ni app developer ela kontadu and ekkada nunchi kontadu entha ki kontadu....if any one knows please tell me the details....
Yevadu Posted April 23, 2014 Author Report Posted April 23, 2014 Real time scenario to my above post would be similar to this one https://stackoverflow.com/users/signup?returnurl=http%3a%2f%2fstackoverflow.com%2f%3fq%3duser%2fregister
Yevadu Posted April 24, 2014 Author Report Posted April 24, 2014 Once you download the code please let me know if u have any issues
Recommended Posts