Migrating from Google OpenID to new OAuth 2
I see that there are some questions about this already but none that i found goes into any details. I have using my own code from DotNetOpenAuth before but now i decided to switch over to the Microsoft Wrapper for Authentication. Anyways i found this really good OAuth Client: https://github.com/mj1856/DotNetOpenAuth.GoogleOAuth2 It seems to work fine but now it come to the migration part. In my current login system i save the full OpenID URL that Google returns that are in the form of: https://www.google.com/accounts/o8/id?id= ???????????????????????????????????? According to the documentation