authentication - how to configure multiple users to access multiple ressources with different rights? -
i'm working on project i've multiple ressources , multiple users, need associate different access rignts every user depending on ressource wants access to
the problem simple ldap server can't implement kind of situation,
an idea use multiple ldap servers, 1 each ressource, how manage them all?
or there authentication process can use in case?
spring security has special acl module handle such situations. basic idea each domain object / ressource may have separate access control list. need fill list appropriate permissions , add corresponding checks in code. can have parent -> child relations between objects reduce number of permissions. check out.
Comments
Post a Comment