Uses of Class
net.shibboleth.idp.plugin.authn.duo.AbstractDuoAuthenticationAction
Packages that use AbstractDuoAuthenticationAction
Package
Description
Duo OIDC 2FA login flow implementation classes.
-
Uses of AbstractDuoAuthenticationAction in net.shibboleth.idp.plugin.authn.duo.impl
Subclasses of AbstractDuoAuthenticationAction in net.shibboleth.idp.plugin.authn.duo.implModifier and TypeClassDescriptionclassAction to exchange the authorization code in the Duo 2FA response for a Duo id_token that describes the result of 2FA.classAn action that checks the health of the Duo 2FA endpoint for the established Duo integration.classAuthentication action that validates the Duo response state parameter (which is required in the Duo flow) matches that in the 2FA request.classAction that validates the claims of the Duo id_token using the suppliedClaimsValidator.classAction to validate the JWT signature.