added feature for oidc auto redirection

This commit is contained in:
Danilo Pejakovic 2025-02-26 15:39:55 +01:00
parent e14df5956a
commit caaadf2fdb
5 changed files with 30 additions and 0 deletions

View file

@ -487,6 +487,7 @@ export type TStartupConfig = {
appleLoginEnabled: boolean;
openidLabel: string;
openidImageUrl: string;
openidAutoRedirect: boolean;
/** LDAP Auth Configuration */
ldap?: {
/** LDAP enabled */