Authentication Action Plugin#

Plugin Descriptor interface:

AuthenticationActionPluginDescriptor

Authenticator action plugins are used to provide both:

Note that both getAuthenticationAction() and getBackchannelAuthenticationAction() methods return the same AuthenticationAction interface, so it is common for the same class to be both a front-channel (regular) authentication action and a back-channel action.

Was this helpful?