Uses of Class
net.shibboleth.idp.plugin.authn.duo.DuoClientException
-
Packages that use DuoClientException Package Description net.shibboleth.idp.plugin.authn.duo Duo OIDC 2FA login flow API classes. -
-
Uses of DuoClientException in net.shibboleth.idp.plugin.authn.duo
Methods in net.shibboleth.idp.plugin.authn.duo that throw DuoClientException Modifier and Type Method Description StringDuoOIDCClient. 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.DuoOIDCClientDuoOIDCClientFactory. 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.DuoHealthCheckDuoOIDCClient. healthCheck()Check the health of the Duo 2FA endpoint and the clients configuration.
-