Replies: 1 comment 1 reply
-
Alright, after reading more slowly the official documentation and looking at some blog posts (such as this one), I realised I was missing some settings on the - DOMAIN_CLIENT=https://chat.${MY_DOMAIN}
- DOMAIN_SERVER=https://chat.${MY_DOMAIN}
- ALLOW_SOCIAL_LOGIN=true
- OPENID_CLIENT_ID=${LIBRECHAT_OPENID_CLIENT}
- OPENID_CLIENT_SECRET=${LIBRECHAT_OPENID_SECRET}
- OPENID_ISSUER=https://auth.${MY_DOMAIN}
- OPENID_SESSION_SECRET=${LIBRECHAT_OPENID_SESSION_SECRET}
- OPENID_SCOPE=openid groups email profile
- OPENID_CALLBACK_URL=/oauth/openid/callback
- OPENID_BUTTON_LABEL=Login with Authelia And on Authelia's config: identify_providers:
oicd:
issuer_private_key: ${AUTHELIA_IDENTITY_PROVIDERS_OIDC_ISSUER_PRIVATE_KEY}
clients:
-
id: ${LIBRECHAT_OPENID_CLIENT}
secret: ${LIBRECHAT_OPENID_SECRET}
redirect_uris:
- https://chat.${MY_DOMAIN}/oauth/openid/callback |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone managed to use Authelia as OpenID client?
I set the following on my docker-compose under librechat's environment variables:
and these on the authelia's
configuration.yml
But when I click on the login button I'm hit with
Internal Server Error
:Beta Was this translation helpful? Give feedback.
All reactions