keycloak-scim/authorization_services/topics/service-protection-protection-api.adoc

17 lines
783 B
Text
Raw Normal View History

2016-11-29 15:30:53 +00:00
[[_service_protection_api]]
= Protection API
2016-06-05 22:17:31 +00:00
The Protection API provides a UMA-compliant set of endpoints providing:
* *Resource Management*
+
2017-08-28 12:50:14 +00:00
With this endpoint, resource servers can manage their resources remotely and enable <<_enforcer_overview, policy enforcers>> to query the server for the resources that need protection.
* *Permission Management*
+
In the UMA protocol, resource servers access this endpoint to create permission tickets. {project_name} also provides
endpoints to manage the state of permissions and query permissions.
An important requirement for this API is that _only_ resource servers are allowed to access its endpoints using a special OAuth2 access token called a protection API token (PAT).
In UMA, a PAT is a token with the scope *uma_protection*.