Member Group Access Control for Backoffice Users #22251
Girish-kl33
started this conversation in
Features and ideas
Replies: 1 comment
-
|
This discussion was created as a follow-up to the conversation here: I wanted to separate the Member Group / Members section use case from the broader language discussion, since it is a more specific and simpler multi-tenant requirement on its own. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Umbraco provides strong permission controls for backoffice users through Content start nodes and Media start nodes, which work well for multi-tenant setups. These features allow us to scope user access to specific parts of the content tree and media library.
However, similar control is currently missing in the Members section.
In multi-tenant environments, where a single Umbraco instance manages multiple websites, this creates a gap in terms of access control and security. Backoffice users can be restricted to specific content and media, but not to specific Member Groups or members.
Real Scenario
Consider a client (e.g., XXX) managing multiple websites within a single Umbraco backoffice:
When configuring Backoffice Users for each website:
All member groups are visible, which can lead to overlap and potential security concerns
Proposed Solution
For example:
This would:
Beta Was this translation helpful? Give feedback.
All reactions