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

14 lines
689 B
Text
Raw Normal View History

== Protection API
2016-06-05 22:17:31 +00:00
The Protection API provides a UMA-compliant set of endpoints providing:
* *Resource Registration*
+
With this endpoint, resource servers can manage their resources remotely and enable link::../../../../enforcer/overview.adoc[Policy Enforcers] to query the server for the resources that need protection.
* *Permission Registration*
+
In the UMA protocol, resource servers access this endpoint which issues permission tickets.
An important requirement for this API is that _only_ resource servers are allowed to access its endpoints using a special OAuth2 access token called *Protection API Token* or *PAT*.
2016-06-05 22:17:31 +00:00
In UMA, a PAT is just a token with a scope *uma_protection*.