Authentication Plugin#
Plugin Descriptor interface:
AuthenticatorPluginDescriptor
Authenticator plugins provide authenticators via implementations of the following interfaces:
-
AuthenticatorRequestHandler<RequestModel>- handle authentication requestes, producing aAuthenticationResultwhen authentication is completed. -
RegistrationRequestHandlerRequestModel<RequestModel>- handle registration requests. -
AnonymousRequestHandler<RequestModel>- handle anonymous requests.