allow configuring loadUserInfo for web (#7714)

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2023-11-10 23:44:50 +01:00
committed by GitHub
parent 05bfe745cb
commit d296cd9923
2 changed files with 2 additions and 0 deletions

View File

@@ -95,6 +95,7 @@ func DefaultConfig() *config.Config {
ClientID: "web",
ResponseType: "code",
Scope: "openid profile email",
LoadUserInfo: true,
},
Apps: []string{"files", "search", "text-editor", "pdf-viewer", "external", "admin-settings"},
ExternalApps: []config.ExternalApp{