I use Microsoft.Owin.Security.Google down loaded from Nuget to provide Google Authentication to a MVC app. Google have announced the shutdown of Google plus, & have highlighted direct API call changes to make if you call its API directly.
Does anyone know if the OWIN library is OK, or what we should be doing to keep these apps working?
Microsoft.Owin.Security.Google contains middlewares to support Google's OAuth 2.0 authentication workflow. It doesn't care about whether a specific google product/service (Google +) is shutdown .
Thank you for this. Is this across all versions of OWIN.Security or do I need to be on the latest version? ALso is there any way to actively test the system before the google plus switch off?
"emulating a deprecated service" doesn't seems to really make sense. Google + is a services that
uses authentication but I don't see why shuting down this service should change how authentication works (and which is used by all other Google services).
Maybe should you point us here you saw those 'highlited direct API call changes" so that we can better understand if they really have something to do with how users are authenticated ?
Member
11 Points
106 Posts
Microsoft.Owin.Security.Google and the deprecation of Google plus
Jan 07, 2019 04:27 PM|Richard Scannell|LINK
I use Microsoft.Owin.Security.Google down loaded from Nuget to provide Google Authentication to a MVC app. Google have announced the shutdown of Google plus, & have highlighted direct API call changes to make if you call its API directly.
Does anyone know if the OWIN library is OK, or what we should be doing to keep these apps working?
All-Star
18815 Points
3831 Posts
Re: Microsoft.Owin.Security.Google and the deprecation of Google plus
Jan 08, 2019 03:26 AM|Nan Yu|LINK
Hi Richard Scannell ,
Microsoft.Owin.Security.Google contains middlewares to support Google's OAuth 2.0 authentication workflow. It doesn't care about whether a specific google product/service (Google +) is shutdown .
Best Regards,
Nan Yu
Member
11 Points
106 Posts
Re: Microsoft.Owin.Security.Google and the deprecation of Google plus
Jan 08, 2019 09:05 AM|Richard Scannell|LINK
Hi Nan Yu
Thank you for this. Is this across all versions of OWIN.Security or do I need to be on the latest version? ALso is there any way to actively test the system before the google plus switch off?
Thank again
Regards Richard
Member
11 Points
106 Posts
Re: Microsoft.Owin.Security.Google and the deprecation of Google plus
Jan 08, 2019 09:43 AM|Richard Scannell|LINK
IE is there a way to force OWIN to emulate a deprecated Google Service?
Thanks again
All-Star
48270 Points
17981 Posts
Re: Microsoft.Owin.Security.Google and the deprecation of Google plus
Jan 08, 2019 10:36 AM|PatriceSc|LINK
Hi,
"emulating a deprecated service" doesn't seems to really make sense. Google + is a services that uses authentication but I don't see why shuting down this service should change how authentication works (and which is used by all other Google services).
Maybe should you point us here you saw those 'highlited direct API call changes" so that we can better understand if they really have something to do with how users are authenticated ?
None
0 Points
1 Post
Re: Microsoft.Owin.Security.Google and the deprecation of Google plus
Jan 30, 2019 03:43 PM|jlatimer|LINK
Apparently the Microsoft.Owin.Security.Google assembly does reference the Google+ API and that has to be changed.
A new version was released this month that takes care of it. Here is a discussion on the AaspNetKatana GitHub site with more information:
https://github.com/aspnet/AspNetKatana/issues/251