Uses of Class
net.shibboleth.idp.plugin.authn.duo.DuoClientException
Packages that use DuoClientException
-
Uses of DuoClientException in net.shibboleth.idp.plugin.authn.duo
Methods in net.shibboleth.idp.plugin.authn.duo that throw DuoClientExceptionModifier and TypeMethodDescriptionDuoOIDCClient.createAuthUrl(String username, String state, String nonce, String redirectURIOverride) Constructs an authorization redirection URL string with the query parameters required to initiate a Duo 2FA request.DuoOIDCClientFactory.createInstance(DuoOIDCIntegration integration) Create anDuoOIDCClientinstance from the supplied integration.com.nimbusds.jwt.JWTDuoOIDCClient.exchangeAuthorizationCodeFor2FAResult(String code, String username, String redirectURIOverride) Exchanges the authorizaton code for a signed Json Web Token (JWT) which contains information pertaining to the authentication.DuoOIDCClient.healthCheck()Check the health of the Duo 2FA endpoint and the clients configuration.