You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the "vinc/oauthd-instance" Docker container version of oauthd, as well as the oauthd PHP SDK via composer.
It seems that the "/me" request for the "google" provider is hitting the "Legacy People API", which unless your Google API Project is old enough, no longer exists.
I am using the "vinc/oauthd-instance" Docker container version of oauthd, as well as the oauthd PHP SDK via composer.
It seems that the "/me" request for the "google" provider is hitting the "Legacy People API", which unless your Google API Project is old enough, no longer exists.
The "/me" request returns:
"Legacy People API has not been used in project $project_id before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/legacypeople.googleapis.com/overview?project=$project_id then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry."
However, actually attempting to go to that URL and enable the API on a newer project ends up in an endless loop of error pages. It can't be turned on.
Is there a way to get the "google" provider to use the new updated "People API"?
The text was updated successfully, but these errors were encountered: