Enable user-management webui

The switch to libregraph/idm happend we can enable the new UI.
This commit is contained in:
Ralf Haferkamp
2022-04-29 13:21:17 +02:00
parent f302f8a8c3
commit 9bf1dcbf5b
3 changed files with 10 additions and 5 deletions
@@ -0,0 +1,9 @@
Change: Switched default configuration to use libregraph/idm
We switched the default configuration of oCIS to use the "idm" service (based
on libregraph/idm) as the standard source for user and group information. The
accounts and glauth services are no longer enabled by default and will be
removed with an upcoming release.
https://github.com/owncloud/ocis/pull/3331
https://github.com/owncloud/ocis/pull/3633
@@ -50,7 +50,7 @@ func DefaultConfig() *config.Config {
ResponseType: "code",
Scope: "openid profile email",
},
Apps: []string{"files", "search", "preview", "text-editor", "pdf-viewer", "external"},
Apps: []string{"files", "search", "preview", "text-editor", "pdf-viewer", "external", "user-management"},
},
},
}
-4
View File
@@ -85,10 +85,6 @@ func (p Web) getPayload() (payload []byte, err error) {
ID: "settings",
Path: "/settings.js",
},
{
ID: "accounts",
Path: "/accounts.js",
},
}
}