Uses of Class
net.shibboleth.idp.authn.duo.AuthenticationRequestOptions
Packages that use AuthenticationRequestOptions
Package
Description
Public APIs related to Duo v2 AuthAPI authentication.
Duo OIDC 2FA login flow API classes.
Duo OIDC 2FA login flow API context classes.
Native Nimbus based Duo OIDC 2FA client adaptor implementation classes.
Duo WebSDK v4 OIDC 2FA client adaptor implementation classes.
-
Uses of AuthenticationRequestOptions in net.shibboleth.idp.authn.duo
Methods in net.shibboleth.idp.authn.duo that return AuthenticationRequestOptionsModifier and TypeMethodDescriptionSet the maximum authentication age in seconds.Set the nonce.Set the prompt parameter.AuthenticationRequestOptions.setRedirectURIOverride(String override) Set the override redirect URI.Set the state.AuthenticationRequestOptions.setUsername(String value) Set the username. -
Uses of AuthenticationRequestOptions in net.shibboleth.idp.plugin.authn.duo
Methods in net.shibboleth.idp.plugin.authn.duo with parameters of type AuthenticationRequestOptionsModifier and TypeMethodDescriptiondefault StringDuoOIDCClient.createAuthUrl(AuthenticationRequestOptions options) Constructs an authorization redirection URL string with the query parameters required to initiate a Duo 2FA request. -
Uses of AuthenticationRequestOptions in net.shibboleth.idp.plugin.authn.duo.context
Methods in net.shibboleth.idp.plugin.authn.duo.context that return AuthenticationRequestOptionsModifier and TypeMethodDescriptionDuoOIDCAuthenticationContext.toAuthenticationRequestOptions(String state) Convert the authentication request parameters in this context into their own options object. -
Uses of AuthenticationRequestOptions in net.shibboleth.idp.plugin.authn.duo.nimbus.impl
Methods in net.shibboleth.idp.plugin.authn.duo.nimbus.impl with parameters of type AuthenticationRequestOptionsModifier and TypeMethodDescriptionNimbusClient.createAuthUrl(AuthenticationRequestOptions requestOptions) (package private) static StringNimbusClientSupport.createJWSRequestObject(String clientID, String redirectURI, String secret, AuthenticationRequestOptions options) Create a signed JWT Request object using the given parameters suitable for the Duo token endpoint. -
Uses of AuthenticationRequestOptions in net.shibboleth.idp.plugin.authn.duo.sdk.impl
Methods in net.shibboleth.idp.plugin.authn.duo.sdk.impl with parameters of type AuthenticationRequestOptionsModifier and TypeMethodDescriptionDuoSDKClientAdaptor.createAuthUrl(AuthenticationRequestOptions requestOptions)