6

I just want to login to my developed application using Gmail OAuth authentication and there by i need to list out various inputs from it such as

  1. First Name
  2. Last Name
  3. Email Address
  4. Dob

Third party which i have used is : DotNetOpenAuth.dll

I have googled and did not find any solution?

Waiting for your valuable comments and suggestions

Hossein Narimani Rad
  • 31,361
  • 18
  • 86
  • 116
GowthamanSS
  • 1,434
  • 4
  • 33
  • 58

2 Answers2

1

There is a .NET client library for Google

https://code.google.com/p/google-api-dotnet-client/wiki/OAuth2

Ronnix
  • 310
  • 4
  • 12
0

The DotNetOpenAuth documentation shows how to create an OpenID Relying Party (using ASP.NET WebForms or MVC), and how to extract user attributes from a token returned from an OAuth IDP.

Rich Turner
  • 10,800
  • 1
  • 51
  • 68
  • Please don't use links as answers. – Josh Noe Jun 14 '17 at 20:43
  • The user's question is not easily summarized and requires a fairly lengthy response to answer comprehensively. I am not going to write several page tutorial which others have already written, and written well. Since the OP said they'd already googled and couldn't find an answer, I think providing a link to a post that they missed is entirely acceptable. – Rich Turner Jun 16 '17 at 00:23