unibaraU
Convex Community2y ago
2 replies
unibara

What's the recommendation to include a 3rd party auth provider without OIDC?

Seems the convex authentication experience requires using an auth provider through OIDC. However, we still implement the fetchAccessToken field in the ConvexProviderWithAuth useAuth parameter as well as isAuthenticated. It seems that when you actually getUserIdentity in a mutation it will separately use the issuer and app id w/ oidc endpoints to validate the token. So, the token must be an id token rather than access token/refresh token pair?
Was this page helpful?