Application Plugin#

Plugin Descriptor interface:

ApplicationPluginDescriptor

Application plugins provide auxiliary functionality to the Curity Identity Server.

They are declared in the Application Profile . In addition to RequestHandler, application plugins can implement HttpRequestHandler to handle HTTP requests using HTTP methods (as defined in the HTTP standard) other than GET and POST.

The Curity Identity Server comes with a few built-in application plugins, as you can find in the Application Plugins section of the documentation.

Was this helpful?