keycloak-scim/authorization_services/topics/enforcer-overview.adoc

9 lines
519 B
Text
Raw Normal View History

2016-11-29 15:30:53 +00:00
[[_enforcer_overview]]
= Policy Enforcers
2016-06-03 23:49:26 +00:00
2017-08-28 12:50:14 +00:00
Policy Enforcement Point (PEP) is a design pattern and as such you can implement it in different ways. {project_name} provides all the necessary means
to implement PEPs for different platforms, environments, and programming languages. {project_name} Authorization Services presents a RESTful API,
and leverages OAuth2 authorization capabilities for fine-grained authorization using a centralized authorization server.
2016-06-03 23:49:26 +00:00
image:images/pep-pattern-diagram.png[alt="PEP Overview"]