class |
AbstractHttpOIDCAuthenticationAction<T> |
An abstract class for OIDC actions that make synchronous HTTP requests.
|
class |
ExchangeCodeForAccessToken |
Action to exchange the authorization code in the authentication response for an OAuth access token which
contains an OIDC id_token.
|
class |
ProcessEndUserClaims |
Process the end-user claims from the id_token and possible UserInfo claims sets.
|
class |
UserInfoEndpointLookup |
Request information from the UserInfo OAuth2.0 endpoint using the access_token already present
in the context.
|
class |
ValidateOAuthAccessTokenResponse |
Validation action that validates the OAuth Access Token Response against RFC 6749 section 5.1
and OpenID Connect Core 1.0 section 3.1.3.3.
|
class |
ValidateResponseState |
Authentication action that validates the authentication response state parameter
(which is required in the Proxy flow) matches that in the authentication request.
|
class |
ValidateTokenClaims |
Action that validates the claims of a JWT using the supplied
claims validator.
|