Thank's for your quick reply, on install i select the "Leave user management to the app" option... i don't know if we talk about the same thing ?
Y
Youssef
@Youssef
Posts
-
Librechat - openid login -
Librechat - openid loginHello,
I recently migrated my LibreChat deployment from Azure to Cloudron. The OpenID login button is visible and clickable, but after clicking I’m redirected to:https://<my-domain>/oauth/openid
The page shows: “An unknown error occurred.”
In the application logs I see:
error: ErrorController => error Unknown authentication strategy "openid"
This was working on my previous Azure setup. I’m using the same OpenID environment variables as in the documentation.
Could you help me identify why the OpenID strategy isn’t being registered on Cloudron?
Thanks!
-
LibreChat version: v0.8.0
-
Relevant env (redacted):
OPENID_ENABLED=true
OPENID_ISSUER=<...>
OPENID_DISCOVERY_URL=<...>
OPENID_CLIENT_ID=<...>
OPENID_CLIENT_SECRET=<redacted>
OPENID_CALLBACK_URL=https://<my-domain>/api/auth/openid/callback
-