skyturtle
skyturtle
CCConvex Community
Created by mrvdot on 12/12/2023 in #support-community
How to setup Custom OIDC Auth (Logto)
That domain is obviously on my local machine, but I couldn't get it working with a production version of Logto either.
67 replies
CCConvex Community
Created by mrvdot on 12/12/2023 in #support-community
How to setup Custom OIDC Auth (Logto)
Hey @Pierre, I was just wondering if you were able to sort this out? I've been struggling to get a custom auth integration using Logto to work. Like you, I have a valid JWT and the payload has a valid aud, iss, sub, etc. I've even been able to implement login/logout using a <LogtoProvider> component, but there seems to be issues when the Convex backend tries to validate the JWT. In the console, I keep seeing
{
"type": "AuthError",
"error": "Auth provider discovery of http://localhost:3001/oidc failed",
"baseVersion": 0,
"authUpdateAttempted": true
}
{
"type": "AuthError",
"error": "Auth provider discovery of http://localhost:3001/oidc failed",
"baseVersion": 0,
"authUpdateAttempted": true
}
67 replies