Authorization Manager Plugin#
Plugin Descriptor interface:
AuthorizationManagerPluginDescriptor
An Authorization Manager Plugin can be used to provide an authorization policy for the different kinds of endpoints supported by the Curity Identity Server:
- SCIM - protect SCIM endpoints.
- GraphQL - protect a GraphQL API.
- OAuth - protect OAuth resources (e.g. the
userinfoendpoint).
The following interfaces are implemented in each case, respectively:
At least an implementation for one of these interfaces should be supplied by this plugin.