-
Notifications
You must be signed in to change notification settings - Fork 502
Description
I'm building a new application using the google provider to authenticate internal google accounts against our Google Search Console clients.
After signing in with google and attempting to get sitemaps from api.client.webmasters.sitemaps.get the following error is being returned
Error: {"error":"idpiframe_initialization_failed","details":"You have created a new client application that uses libraries for user authentication or authorization that will soon be deprecated. New clients must use the new libraries instead; existing clients must also migrate before these libraries are deprecated. See the Migration Guide for more information."}
I suspect this is an issue with the SocialiteProvider for Google login needing an update to use the new method of authentication detailed in https://developers.google.com/identity/gsi/web/guides/gis-migration, is this the case?