Zitadel OpenID #7019
AqujZ1K9
started this conversation in
Feature Requests & Suggestions
Zitadel OpenID
#7019
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After tinkering a bit, I got OpenID login working with Zitadel. I thought it might be worth sharing:
Create a app in Zitadel:
choose > Web > Code

librechat .env:
OPENID_ISSUER=[domainofyourzitadel] OPENID_CLIENT_ID=[clientid] OPENID_CLIENT_SECRET=[clientsecret] OPENID_SESSION_SECRET=[randomsting] OPENID_CALLBACK_URL=/oauth/openid/callback OPENID_SCOPE="openid profile email"
Beta Was this translation helpful? Give feedback.
All reactions