Authorization Managers¶
The Curity Identity Server supports the following authorization managers: scope-based, group-based, attribute-based, and self-service.
Custom Curity plugins must implement the AuthorizationManagerPluginDescriptor interface to provide an implementation of at least one of the possible Authorization Manager types:
- OAuthAuthorizationManager (OAuth authorization)
- ScimAuthorizationManager (SCIM resources authorization)
- GraphQLAuthorizationManager (GraphQL API authorization)