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?