mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-26 13:18:51 +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
|
|
@ -487,6 +487,7 @@ export type TStartupConfig = {
|
|||
appleLoginEnabled: boolean;
|
||||
openidLabel: string;
|
||||
openidImageUrl: string;
|
||||
openidAutoRedirect: boolean;
|
||||
/** LDAP Auth Configuration */
|
||||
ldap?: {
|
||||
/** LDAP enabled */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue