Uses of Class
net.shibboleth.idp.plugin.authn.oidc.rp.messaging.impl.AbstractOIDCAuthenticationRequestActionMessageHandler
Packages that use AbstractOIDCAuthenticationRequestActionMessageHandler
Package
Description
Package that contains message handlers.
-
Uses of AbstractOIDCAuthenticationRequestActionMessageHandler in net.shibboleth.idp.plugin.authn.oidc.rp.messaging.impl
Subclasses of AbstractOIDCAuthenticationRequestActionMessageHandler in net.shibboleth.idp.plugin.authn.oidc.rp.messaging.implModifier and TypeClassDescriptionclassA message handler that adds any authentication context class references from the those derived from the profile config - which may be proxied and mapped from the original request.classMessage handler that adds the optional 'display' request parameter if manually set on the profile configuration.classA message handler that adds the authorization endpoint URI from the providers metadata to the under constructions authentication request.classAn action that sets the 'prompt' parameter to 'login' and max_age to 0 seconds, iff force authn was requested by the upstream SP (or is overridden in the profile config).classMessage handler that adds the login_hint parameter based on any defined in the profile configuration.classMessage handler that adds the max_age parameter based on any defined in the profile configuration.classA message handler that adds a nonce from a lookup strategy to the authentication request.classA message handler that sets the 'prompt' parameter to 'none' if passive authentication has been requested by the SP.classCreate an OAuth 2.0 PCKE code_verifier to use in the token request, and derives a code_challenge for immediate use in the authorization request.classA message handler that adds a redirect_uri to the authentication request.classA message handler that adds requested claims to the under constructions authentication request.classA message handler that populates the authentication request response_mode and response_type from various strategies, by default from the profile configuration.classA message handler that adds the scopes from the profile request object to the authentication request.