[FOLIO-315] implement permission service Created: 13/Sep/16 Updated: 12/Nov/18 Resolved: 16/Aug/18 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | New Feature | Priority: | P2 |
| Reporter: | Jakub Skoczen | Assignee: | Kurt Nordstrom |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | 2 weeks, 2 days, 2 hours | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||
| Sprint: | |||||||||
| Description |
|
This is issue represent the work that has been initiated with refactoring mod-auth into three seperate modules: authn, authz and permissions. Permissions service should be able to support permissions requirement as presented (partially) in the UX wireframes. In the minimum it means:
|
| Comments |
| Comment by Kurt Nordstrom [ 13/Sep/16 ] |
|
Under the current model, any permission can also have sub-permissions, meaning that it can function as a single permission bit, or as a set (or both). It seems (to me) that this should cover a variety of situations, but perhaps I'm overlooking something? |