-
Notifications
You must be signed in to change notification settings - Fork 23
Need to update the Google provider since Google+ is deprecated #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Actually, it is already part of Microsoft NuGet package in 4.0.1 release: https://www.nuget.org/packages/Microsoft.Owin.Security.Google/ |
So to make the Google Auth in Umbraco work, all we need to do is update to latest nuget package ? |
Not really, current implementation of UmbracoIdentityExtension is working with Owin 3, Microsoft fix is applied to Owin 4. For now, you should implement workaround mentioned here: aspnet/AspNetKatana#251 (comment) |
Hi again, But what version of the nuget package do I need 3.0.1.0 ? Or do I need to upgrade this one aswell. |
You mean Microsoft.Owin.Security.Google? 3.0.1 should be enough, but it is recommended to update it to the 3.1.0. |
@wojciech-dabrowski Thanks, i had to update to 3.1.0 and the workaround worked perfectly. Thanks.. |
Closing this, version 2.0.0 requires the latest version of Microsoft.Owin.Security.Google |
Microsoft have posted a work around here: aspnet/Announcements#333
We can ship with a snippet for the work around if we stay in Owin 3 but we should really move to Owin 4 when the time comes and the fix will just be part of microsoft's nuget package.
The text was updated successfully, but these errors were encountered: