class |
AddAuthenticationContextClassReferencesHandler |
A 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.
|
class |
AddEndpointURIHandler |
A message handler that adds the authorization endpoint URI from the providers metadata
to the under constructions authentication request.
|
class |
AddForceAuthenticationHandler |
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).
|
class |
AddLoginHintHandler |
Message handler that adds the login_hint parameter based on any defined in the profile configuration.
|
class |
AddMaxAgeHandler |
Message handler that adds the max_age parameter based on any defined in the profile configuration.
|
class |
AddNonceHandler |
A message handler that adds a nonce from a lookup strategy to the authentication request.
|
class |
AddPassiveAuthenticationHandler |
A message handler that sets the 'prompt' parameter to 'none' if passive authentication has been requested by the
SP.
|
class |
AddRedirectURIHandler |
A message handler that adds a redirect_uri to the authentication request.
|
class |
AddRequestedClaimsHandler |
A message handler that adds requested claims to the under constructions authentication request.
|
class |
AddResponseTypeAndModeHandler |
Action that populates the authentication request response_mode and response_type from various strategies,
by default from the profile configuration.
|
class |
AddScopesHandler |
A message handler that adds the scopes from the profile request object to the authentication request.
|