Replies: 1 comment
-
I added a warning log for this case: #451 If you upgrade to the new version (when released), you'll be able to check this log so you and me will have more clues about what's going wrong :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having an issue where logged-in users frequently get "OAUTH_PROVIDER_REFRESH_TOKEN_ERROR" when trying to retrieve their Google OAuth access token. I'm using offline_access scope.
I read that Fief supports refreshing the access token automatically using the endpoint below: curl
-X GET
-H 'Authorization: Bearer FIEF_ADMIN_API_KEY'
'https://fief.mydomain.com/admin/api/oauth-providers/OAUTH_PROVIDER_ID/access-token/USER_ID'
Beta Was this translation helpful? Give feedback.
All reactions