Skip to content

Commit

Permalink
Enable user-management webui
Browse files Browse the repository at this point in the history
The switch to libregraph/idm happend we can enable the new UI.
  • Loading branch information
rhafer committed Apr 29, 2022
1 parent f302f8a commit 3d33c6f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelog/unreleased/libregraph-idm-switch.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion extensions/web/pkg/config/defaults/defaultconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
},
},
}
Expand Down

0 comments on commit 3d33c6f

Please sign in to comment.