Third party Oauth2 token #365
Replies: 2 comments
-
Hail, @CashZarAdmin 👋 Welcome to Fief's kingdom! Our team will get back to you very soon to help. In the meantime, take a minute to star our repository ⭐️ Want to support us?Subscribe to one of our paid plan to help us continue our work and receive exclusive information and benefits! Starts at $5/month 🪙 Farewell! |
Beta Was this translation helpful? Give feedback.
-
We indeed have a mechanism in the Admin API to retrieve a fresh access token from OAuth2 Providers. More details here: https://docs.fief.dev/going-further/oauth-provider-token/ We do not have a specific OAuth Provider for QuickBooks, but since they support OpenID Connect, you can configure them as a Generic OpenID provider on Fief: https://docs.fief.dev/configure/oauth-providers/#generic-openid |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I want to use Fief in my FastAPI project which authenticate my QuickBooks users and store their access token, refresh token and company id in my backend and provide a method to retrieve them and refresh them once I need to. Does Fief can facilitate this?
Beta Was this translation helpful? Give feedback.
All reactions