Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Support multi-tenancy with Spring Security for roles and permissions #592

Open
dogeared opened this issue Apr 12, 2016 · 0 comments
Open
Labels

Comments

@dogeared
Copy link
Member

dogeared commented Apr 12, 2016

The challenge here is that all href references that are used in hasRole need to be resolved at startup time.

The implementation needs to be discussed further, but one approach would be to have Groups named the same across Organizations.

A solution then would be to:

  1. get the Organization that the logged in user belongs to
  2. get the named Group from that Organization (which would actually belong to the Directories mapped to the Organization)
  3. confirm that the logged in user belongs to the named Group
@dogeared dogeared added this to the 1.0 milestone Apr 12, 2016
@dogeared dogeared added backlog and removed backlog labels Jul 13, 2016
@dogeared dogeared removed this from the 1.0.0 milestone Jul 13, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant