Uses of Class
net.shibboleth.idp.plugin.authn.duo.AbstractDuoAuthenticationAction
-
Packages that use AbstractDuoAuthenticationAction Package Description net.shibboleth.idp.plugin.authn.duo.impl 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.impl Modifier and Type Class Description classExchangeCodeForDuoTokenAction to exchange the authorization code in the Duo 2FA response for a Duo id_token that describes the result of 2FA.classHealthCheckDuoOIDCAuthAPIAn action that checks the health of the Duo 2FA endpoint for the established Duo integration.classValidateDuoResponseStateAuthentication action that validates the Duo response state parameter (which is required in the Duo flow) matches that in the 2FA request.classValidateTokenClaimsAction that validates the claims of the Duo id_token using the suppliedClaimsValidator.classValidateTokenSignatureAction to validate the JWT signature.
-