2

I am using DotNetOpenAuth with Google's OpenId provider.

OAuthWebSecurity.RegisterGoogleClient();

I am in the process of migrating to ASP.NET Identity, but I see that ASP.NET uses Google's OpenAuth provider.

How do I properly migrate the from one to the other?

Dan Friedman
  • 4,941
  • 2
  • 41
  • 65

1 Answers1

-1

Follow this Blog

https://github.com/DotNetOpenAuth/DotNetOpenAuth/wiki/Creating-an-openid-relying-party-%28programatically%29

Maybe it solve you problem

Rehan Parvez
  • 143
  • 2
  • 17