Skip to content

Commit

Permalink
Merge pull request #3633 from rhafer/enable-usermanagent
Browse files Browse the repository at this point in the history
Enable user-management webui
  • Loading branch information
butonic authored Apr 29, 2022
2 parents 22fb706 + 9bf1dcb commit 9f4bb8f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
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
4 changes: 0 additions & 4 deletions extensions/web/pkg/service/v0/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ func (p Web) getPayload() (payload []byte, err error) {
ID: "settings",
Path: "/settings.js",
},
{
ID: "accounts",
Path: "/accounts.js",
},
}
}

Expand Down

0 comments on commit 9f4bb8f

Please sign in to comment.