Content deleted Content added
GoingBatty (talk | contribs) →See also: removed redlink per WP:SEEALSO |
mNo edit summary |
||
Line 22:
ABAC comes with a recommended architecture which is as follows:
# The PEP or Policy Enforcement Point: it is responsible for protecting the apps & data you want to apply ABAC to. The PEP inspects the request and generates an authorization request from
# The PDP or Policy Decision Point is the brain of the architecture. This is the piece which evaluates incoming requests against policies it has been configured with. The PDP returns a Permit/ Deny decision. The PDP may also use PIPs to retrieve missing metadata
# The PIP or Policy Information Point bridges the PDP to external sources of attributes e.g. LDAP or databases.
|