Package net.shibboleth.oidc.profile.messaging.handler.impl
package net.shibboleth.oidc.profile.messaging.handler.impl
-
ClassesClassDescriptionBase class for message handlers that process and apply values of OpenID Connect authentication request parameters.Base class for message handlers that process and apply values of OpenID Connect logout requests.A message handler that adds Authentication Context Class References (ACRs) to an authentication request.A message handler that populates the client_id parameter into the logout request.Message handler that adds the optional 'display' request parameter.A message handler that adds the authorization endpoint URI.An 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).A message handler that populates the id_token_hint parameter into the logout request.Message handler that adds the login_hint parameter.A message handler that populates the logout_hint parameter into the logout request.A message handler that populates the client_id parameter into the logout request.Message handler that adds the max_age parameter.A message handler that adds a nonce from a lookup strategy to the authentication request.Create 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.A message handler that populates the client_id parameter into the logout request.A message handler that sets the 'prompt' parameter to 'none' if passive authentication has been requested by the SP.A message handler that adds a redirect_uri to the authentication request.A message handler that adds requested claims to the authentication request.A message handler that adds OAuth 2.0 resource indicators to the authentication request.A message handler that populates the authentication request response_type.A message handler that populates the authentication request response_type.A message handler that adds OAuth 2.0 scopes to the authentication request.Add an OAuth 2.0 / OpenID Connect
statevalue to the authentication request URL and the request object claims (if present).A message handler that sets the 'ui_locales' parameter on the authentication request.If the Request Object claims are present in the authentication request, convert them into a JWTClaimsSet inside a PlainJWT.Handler that adds the authentication request time to the authentication request.