Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    In your example of policies, it says Managers can view documents in their department. Does it mean that the system will already have predefined permissions, roles and resource types? Commented May 11, 2017 at 12:43
  • No. It means that you would have something (LDAP? A table?) that links a user (Alice) to her roles (manager...). You would then have a table that would contain document metadata (that is typically a table within the app you are protecting). The permission itself (view, edit, delete) is stored in the policy. Commented May 11, 2017 at 15:23