OAuth WOrkflow failing #1499
Replies: 4 comments 1 reply
-
|
If I drop the support for |
Beta Was this translation helpful? Give feedback.
-
|
Guys any ideas what I am doing wrong? |
Beta Was this translation helpful? Give feedback.
-
|
I didn't encounter your issue when using it myself, so I really don't know what went wrong on your end. |
Beta Was this translation helpful? Give feedback.
-
|
I recently encountered the same "GetIdEmailError" issue after switching to the new GCP. I found that the response message indicated a lack of API permissions. After enabling https://console.cloud.google.com/apis/library/people.googleapis.com, the issue was resolved. This is likely because the integration using the Google SDK is not applying the same scope as in this file. If anyone runs into the same issue, I recommend printing out Reference: https://github.com/frankie567/httpx-oauth/blob/master/httpx_oauth/clients/google.py#L83 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to implement a OAuth2 Workflow using google as identity provider. I have the following workflow.
/auth/google/authorizeendpoint and receiving the authorization url in the response.fastapi_usersi.e./auth/google/callback. This API call gives me a 500 error with the following trace-back/auth/google/callbackendpoint with the code and state.FYI I have an empty DB and want to upsert the user after the OAuth workflow is successful.
Beta Was this translation helpful? Give feedback.
All reactions