Uses of Class
net.shibboleth.idp.plugin.authn.duo.impl.DuoAuthResponse
Packages that use DuoAuthResponse
Package
Description
Duo OIDC 2FA login flow implementation classes.
-
Uses of DuoAuthResponse in net.shibboleth.idp.plugin.authn.duo.impl
Fields in net.shibboleth.idp.plugin.authn.duo.impl with type parameters of type DuoAuthResponseModifier and TypeFieldDescriptionprivate final com.fasterxml.jackson.core.type.TypeReference<DuoResponseWrapper<DuoAuthResponse>>DuoAuthAuthenticator.wrapperTypeRefa TypeReference for the repsonse generated by the endpoint.Methods in net.shibboleth.idp.plugin.authn.duo.impl that return DuoAuthResponseModifier and TypeMethodDescriptionDuoAuthAuthenticator.authenticate(DuoAuthenticationContext duoContext, DuoIntegration duoIntegration) Perform an authentication action via the Duo AuthApi /auth endpoint.