mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-25 20:58:50 +01:00
added feature for oidc auto redirection
This commit is contained in:
parent
e14df5956a
commit
caaadf2fdb
5 changed files with 30 additions and 0 deletions
|
|
@ -431,6 +431,9 @@ OPENID_NAME_CLAIM=
|
|||
|
||||
OPENID_BUTTON_LABEL=
|
||||
OPENID_IMAGE_URL=
|
||||
# Set to true to automatically redirect to the OpenID provider when a user visits the login page
|
||||
# This will bypass the login form completely for users, only use this if OpenID is your only authentication method
|
||||
OPENID_AUTO_REDIRECT=false
|
||||
|
||||
# LDAP
|
||||
LDAP_URL=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue