Uses of Interface
net.shibboleth.idp.plugin.authn.duo.DynamicDuoOIDCIntegration
Packages that use DynamicDuoOIDCIntegration
Package
Description
Duo OIDC 2FA login flow API classes.
Duo OIDC 2FA login flow implementation classes.
-
Uses of DynamicDuoOIDCIntegration in net.shibboleth.idp.plugin.authn.duo
Classes in net.shibboleth.idp.plugin.authn.duo that implement DynamicDuoOIDCIntegrationModifier and TypeClassDescriptionfinal classData wrapper for use with Duo OIDC integrations. -
Uses of DynamicDuoOIDCIntegration in net.shibboleth.idp.plugin.authn.duo.impl
Fields in net.shibboleth.idp.plugin.authn.duo.impl with type parameters of type DynamicDuoOIDCIntegrationModifier and TypeFieldDescriptionPopulateDuoAuthenticationContext.redirectURICreationStrategyStrategy used to compute the redirectURI from the given Duo integration if supported.Methods in net.shibboleth.idp.plugin.authn.duo.impl with parameters of type DynamicDuoOIDCIntegrationModifier and TypeMethodDescriptionDefaultRedirectURICreationStrategy.apply(HttpServletRequest request, DynamicDuoOIDCIntegration integration) Method parameters in net.shibboleth.idp.plugin.authn.duo.impl with type arguments of type DynamicDuoOIDCIntegrationModifier and TypeMethodDescriptionvoidPopulateDuoAuthenticationContext.setRedirectURICreationStrategy(BiFunction<HttpServletRequest, DynamicDuoOIDCIntegration, String> strategy) Set the redirect URI creation strategy.