mirror of
https://github.com/owncloud/ocis
synced 2026-04-27 18:17:41 +02:00
allow configuring loadUserInfo for web (#7714)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
committed by
GitHub
parent
05bfe745cb
commit
d296cd9923
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user