All Classes Interface Summary Class Summary
| Class |
Description |
| AbstractAdminApiProfileAction |
Base class for admin flow actions producing JSON responses.
|
| AbstractAuthenticationRequestLookupFunction<T> |
A Abstract function extended by lookups searching fields from authentication request.
|
| AbstractAuthorizationRequestLookupFunction<T> |
A Abstract function extended by lookups searching fields from authorization request.
|
| AbstractBuildErrorResponseFromEvent<T extends com.nimbusds.oauth2.sdk.ErrorResponse> |
This action is extended by error response actions.
|
| AbstractInitializeOutboundResponseMessageContext |
|
| AbstractOAuthAuthorizationRequestAction |
|
| AbstractOAuthAuthorizationResponseAction |
|
| AbstractOIDCAuthenticationRequestAction |
|
| AbstractOIDCAuthenticationResponseAction |
|
| AbstractOIDCClientMetadataPopulationAction |
Abstract action for populating metadata from the ClientRegistrationRequest message to the response
message.
|
| AbstractOIDCRequestAction<T> |
|
| AbstractOIDCResponseAction |
|
| AbstractOIDCSigningResponseAction |
Abstract action to be extended by oidc response actions requiring signing parameters.
|
| AbstractOIDCTokenRequestAction |
|
| AbstractOIDCTokenResponseAction |
|
| AbstractOIDCUserInfoRequestAction |
|
| AbstractOIDCUserInfoResponseAction |
|
| AbstractOIDCUserInfoValidationResponseAction |
|
| AbstractProcessTokenAction<T> |
|
| AbstractTokenClaimsLookupFunction<T> |
A Abstract function extended by lookups searching fields from tokens (Authorization Code, Access Token).
|
| AbstractTokenRequestLookupFunction<T> |
A Abstract function extended by lookups searching fields from token request.
|
| AccessTokenClaimsSet |
Class wrapping claims set for access token.
|
| AccessTokenClaimsSet.Builder |
Builder to create instance of AccessTokenClaimsSet.
|
| AccessTokenClaimsSetLookupFunction |
A function that returns the access token claims set from response context.
|
| AccessTokenContext |
Subcontext carrying information used to produce access tokens.
|
| AddAccessTokenHashToIDToken |
Action that adds access token hash claim to a IDTokenClaimsSet.
|
| AddAcrToIDToken |
Action that adds acr claim to a IDTokenClaimsSet.
|
| AddApplicationTypeToClientMetadata |
|
| AddAttributesToClaimsSet |
Action that adds claims to a ClaimsSet.
|
| AddAuthorizationCodeHashToIDToken |
Action that adds authorization code hash claim to a IDTokenClaimsSet.
|
| AddAuthTimeToIDToken |
Action that adds auth_time claim to a IDTokenClaimsSet.
|
| AddClientNameToClientMetadata |
Adds client name from the input metadata to the output OIDCClientMetadata.
|
| AddContactsToClientMetadata |
Adds the contents of the contacts attribute from the input metadata to the output OIDCClientMetadata.
|
| AddGrantTypeToClientMetadata |
An action that adds the grant_type to the client metadata.
|
| AddIDTokenShell |
|
| AddJwksToClientMetadata |
An action that adds the jwks or jwks_uri to the client metadata, if one of those were defined in the request.
|
| AddLogoUrisToClientMetadata |
This action adds the logo_uri(s) to the client metadata.
|
| AddMetadataStatementToClientMetadata |
An action that adds the trusted metadata_statement chain (containing OP's signed key) to the metadata_statement
claim in the response metadata.
|
| AddNonceToIDToken |
Action that adds nonce claim to a IDTokenClaimsSet.
|
| AddPolicyUrisToClientMetadata |
This action adds the policy_uri(s) to the client metadata.
|
| AddRedirectUrisToClientMetadata |
Adds the (mandatory) redirect_uris to the output OIDCClientMetadata.
|
| AddRemainingClaimsToClientMetadata |
Adds the remaining claims from the input metadata to the output OIDCClientMetadata, which haven't been
added there already, but which are recognized in the metadata policy.
|
| AddRequestObjectSecurityConfigurationToClientMetadata |
Verifies and adds the request object configuration details (request_object_signing_alg,
request_object_encryption_alg and request_object_encryption_enc) to the client metadata.
|
| AddRequestUrisToClientMetadata |
Adds the pre-registered request_uri values to the output OIDCClientMetadata.
|
| AddResponseTypesToClientMetadata |
An action that adds response_types to the OIDC client metadata.
|
| AddScopeToClientMetadata |
Adds the Scope from the input metadata to the output OIDCClientMetadata.
|
| AddSecurityConfigurationToClientMetadata |
Verifies and adds the security configuration details (*_response_alg and *_response_enc) to the client metadata.
|
| AddSubjectTypeToClientMetadata |
An action that adds the subject_type to the client metadata.
|
| AddTokenDeliveryAttributesToClaimsSet |
Action that adds claims to a ClaimsSet.
|
| AddTokenEndpointAuthMethodsToClientMetadata |
An action that adds the token_endpoint_auth_method to the client metadata.
|
| AddTosUrisToClientMetadata |
This action adds the tos_uri(s) to the client metadata.
|
| AddUserInfoShell |
|
| AlgorithmInfoMetadataValueResolver |
|
| ArrayMetadataValueResolver |
|
| AttributeConsentEnabledInTokenClaimsSetPredicate |
A predicate implementation that checks if attribute consent flag is enabled.
|
| AttributeFilterNamespaceHandler |
Namespace handler for the oidc specific attribute filter engine functions.
|
| AttributeInOIDCRequestedClaimsMatcher |
Class for matching attribute to requested claims.
|
| AttributeInOIDCRequestedClaimsRuleParser |
|
| AttributeOIDCScopePolicyRule |
Compare the scopes of oidc authentication request with the provided value.
|
| AttributeOIDCScopeRuleParser |
|
| AttributeResolutionSubjectLookupFunction |
A function that returns subject identifier from filtered claims.
|
| AudienceClientIDLookupFunction |
|
| AuditFields |
Constants to use for audit logging fields stored in an AuditContext.
|
| AuthenticationContextReferenceAuditExtractor |
Looks up the 'acr' value from the OIDC authentication response context.
|
| AuthenticationRequestClaimsAuditExtractor |
A function that resolves a claim value from the authentication request.
|
| AuthorizeCodeClaimsSet |
Class wrapping claims set for authorize code.
|
| AuthorizeCodeClaimsSet.Builder |
Builder to create instance of AuthorizeCodeClaimsSet.
|
| BaseOAuth2RequestDecoder<T extends com.nimbusds.oauth2.sdk.Request> |
Base decoder for Nimbus OAuth2 request messages.
|
| BuildAccessToken |
|
| BuildAuthenticationErrorResponseFromEvent |
This action reads an event from the configured EventContext lookup strategy, constructs an OIDC
authentication error response message and attaches it as the outbound message.
|
| BuildClientInformation |
|
| BuildIntrospectionErrorResponseFromEvent |
This action reads an event from the configured EventContext lookup strategy, constructs an OAuth2 Token
Introspection error response message and attaches it as the outbound message.
|
| BuildJSONErrorResponseFromEvent |
This action reads an event from the configured EventContext lookup strategy, constructs a json error response
message and attaches it as the outbound message.
|
| BuildRegistrationErrorResponseFromEvent |
This action reads an event from the configured EventContext lookup strategy, constructs an OIDC client
registration error response message and attaches it as the outbound message.
|
| BuildRevokeTokenErrorResponseFromEvent |
This action reads an event from the configured EventContext lookup strategy, constructs an OAuth2 Token
Revocation error response message and attaches it as the outbound message.
|
| BuildTokenErrorResponseFromEvent |
This action reads an event from the configured EventContext lookup strategy, constructs an OIDC token error
response message and attaches it as the outbound message.
|
| BuildUserInfoErrorResponseFromEvent |
This action reads an event from the configured EventContext lookup strategy, constructs an OIDC user info
error response message and attaches it as the outbound message.
|
| ChainExpiryClaimsValidator |
Iff a chain expiration time (c_exp) claim is present, verifies that it is ahead of the current time, else the JWT
claims set is rejected.
|
| CheckRedirectURIs |
The action that verifies the redirect_uris from the request.
|
| ClaimsAuditExtractor |
Function that returns the released claims for the endpoint.
|
| ClientIDFromOIDCMetadataContextLookupFunction |
Deprecated, for removal: This API element is subject to removal in a future version.
|
| ClientIdRegistrationAuditExtractor |
Looks up the client ID value from the OIDC client registration response context.
|
| ClientInfoAudienceLookupFunction |
|
| ClientInfoScopeLookupFunction |
|
| ClientManagementArguments |
Command line processing for OIDC client mgmt flow.
|
| CredentialMetadataValueResolver |
|
| DefaultAuthorizationRequestTypeValidationStrategy |
Validation strategy for the inbound message.
|
| DefaultAuthTimeLookupFunction |
A function that returns auth time via a lookup function.
|
| DefaultChainRevocationLifetimeLookupStrategy |
Default lookup function for fetching the chain revocation lifetime.
|
| DefaultClientIDLookupFunction |
A function that returns client id of the authentication request via a lookup function.
|
| DefaultComputeAuthorizationCodeHashFunction |
A function that computes a hash value for the authorization code via required configurable lookup function.
|
| DefaultMetadataPolicyCriteriaLookupFunction |
|
| DefaultMetadataPolicyMergingStrategy |
A function that merges two maps of metadata policies according to the rules specified in the OIDC federation spec
(draft 17), section 5.1.3.1:
|
| DefaultOIDCClientRegistrationTokenClaimsContextLookupFunction |
|
| DefaultOIDCClientRegistrationTokenMetadataPolicyLookupFunction |
|
| DefaultOIDCMetadataContextLookupFunction |
|
| DefaultRequestAudienceLookupFunction |
A function that returns resource value of the authorization request.
|
| DefaultRequestCodeChallengeLookupFunction |
A function that returns code challenge value of the authorization request via a lookup function.
|
| DefaultRequestCodeChallengeMethodLookupFunction |
A function that returns code challenge method value of the authorization request via a lookup function.
|
| DefaultRequestCodeVerifierLookupFunction |
For Token endpoint.
|
| DefaultRequestedAcrLookupFunction |
A function that returns copy of requested acr values via a lookup function.
|
| DefaultRequestedClaimsLookupFunction |
A function that returns copy of requested claims via a lookup function.
|
| DefaultRequestedPromptLookupFunction |
A function that returns copy of requested prompt via a lookup function.
|
| DefaultRequestedScopeLookupFunction |
A function that returns copy of requested scopes via a lookup function.
|
| DefaultRequestLoginHintLookupFunction |
A function that returns request login hint via a lookup function.
|
| DefaultRequestMaxAgeLookupFunction |
A function that returns authentication max age parameter the request via a lookup function.
|
| DefaultRequestNonceLookupFunction |
A function that returns copy of Nonce via a lookup function.
|
| DefaultRequestRedirectURILookupFunction |
A function that returns redirect uri of the authentication request via a lookup function.
|
| DefaultRequestResponseModeLookupFunction |
A function that returns copy of the response mode of the request via a lookup function.
|
| DefaultRequestResponseTypeLookupFunction |
A function that returns copy of response type via a lookup function.
|
| DefaultRequestStateLookupFunction |
A function that returns copy of the state the request via a lookup function.
|
| DefaultResponseClaimsSetLookupFunction |
A function that returns id token claims set from response context.
|
| DefaultRootTokenIdentifierLookupStrategy |
Default lookup function for fetching the root token identifier from the given claims set.
|
| DefaultSubjectTypeStrategy |
Function to decide on subject type.
|
| DefaultTokenRevocationLifetimeLookupStrategy |
Default lookup function for fetching the token revocation lifetime from the given claims set.
|
| DefaultUserInfoSigningAlgLookupFunction |
A function that returns registered userinfo signing algorithm from metadata.
|
| DefaultValidRedirectUrisLookupFunction |
A function that returns registered redirection uris from metadata.
|
| DefaultValidResponseTypesLookupFunction |
A function that returns a set of valid response type for the authorization request.
|
| DoClientManagementOperation |
Action that implements a JSON REST API for querying and deleting OIDC client information.
|
| DynamicFilesystemProviderMetadataResolver |
|
| ExtractClientAuthenticationFromRequest |
|
| FilesystemMetadataValueResolver |
|
| FilesystemProviderMetadataResolver |
|
| FormOutboundAuthenticationResponseMessage |
Action that forms outbound message based on request and response context.
|
| FormOutboundDiscoveryResponse |
This action builds a response for the OP configuration discovery request.
|
| FormOutboundIntrospectionResponseMessage |
Action that forms outbound token introspection success message.
|
| FormOutboundRevokeTokenResponseMessage |
Action that forms outbound token revocation success message.
|
| FormOutboundTokenResponseMessage |
Action that forms outbound message based on token request and response context.
|
| FormOutboundUserInfoResponseMessage |
Action that forms outbound message based on response context.
|
| FunctionMetadataValueResolver |
|
| GenerateClientID |
Creates the client ID for the registration.
|
| GenerateClientSecret |
|
| IdTokenClaimsAuditExtractor |
A function that resolves a claim value from the id_token claims set.
|
| InitializeAuthenticationContext |
|
| InitializeOutboundAuthenticationResponseMessageContext |
Action that adds an outbound MessageContext and related OIDC contexts to the ProfileRequestContext
based on the identity of a relying party accessed via a lookup strategy, by default an immediate child of the profile
request context.
|
| InitializeOutboundRegistrationResponseMessageContext |
|
| InitializeOutboundResponseMessageContext |
|
| InitializeOutboundTokenMgmtResponseMessageContext |
|
| InitializeOutboundTokenResponseMessageContext |
|
| InitializeOutboundUserInfoResponseMessageContext |
|
| InitializeRegistrationMetadataPolicyContext |
|
| InitializeRelyingPartyContext |
|
| InitializeSubjectContext |
|
| InitializeUnverifiedRelyingPartyContext |
|
| IsPassiveAuditExtractor |
Function that returns true is prompt contains 'none' in AuthenticationRequest.
|
| IssueIDTokenCondition |
Activation condition returning true if validated scope contains 'openid' scope.
|
| IssuerCriterion |
A Criterion representing an OIDC (provider) issuer.
|
| IssueRegistrationAccessToken |
Action that issues access token to be used for the OIDC dynamic registration endpoint.
|
| IssueRegistrationAccessTokenArguments |
Command line processing for issue-registration-access-token flow.
|
| IssueRegistrationTokenFlowDescriptor |
Descriptor for flow that issues access tokens for client registration.
|
| JSONErrorResponse |
Class for creating JSON Error response for requests expecting JSON response.
|
| JSONSuccessResponse |
Class for creating JSON Success response.
|
| JWTAccessTokenUpdateStrategy |
|
| JWTClaimsSetFromIDTokenLookupFunction |
|
| JWTClaimsSetFromJWTAccessTokenLookupFunction |
|
| JWTClaimsSetFromUserInfoLookupFunction |
|
| JWTCredentialValidator |
A validator that handles authentication via signed JWT.
|
| KeySetSuccessResponse |
KeySet success message class.
|
| ManipulateClaimsForIDToken |
An action that can be used for manipulating id_token claims via configurable strategy (bi-function).
|
| MetadataStatementsLookupFunction |
A function that returns metadata_statements (oidcfed) obtained via a lookup function.
|
| MetadataValueResolver |
A resolver that is capable of resolving dynamic metadata values (as Objects) which meet certain supplied
criteria.
|
| NimbusResponseEncoder |
A message encodes that encodes the Nimbus Response in the message context inside the attached
HttpServletResponse.
|
| OAuth2AuthorizationRequestDecoder |
Message decoder decoding OAuth2 AuthorizationRequests.
|
| OAuth2IntrospectionRequestDecoder |
Message decoder decoding OpenID Connect TokenIntrospectionRequests.
|
| OAuth2RevocationErrorResponse |
OAuth2 Token Revocation Error message class.
|
| OAuth2RevocationRequestDecoder |
Message decoder decoding OpenID Connect TokenRevocationRequests.
|
| OAuth2RevocationSuccessResponse |
OAuth2 Token Revocation Success message class.
|
| OAuth2TokenMgmtResponseContext |
Subcontext carrying information for an OAuth token management responses such as introspection
or revocation.
|
| OfflineAccessScopeCondition |
A predicate returning true if validated scope contains 'offline_access' value.
|
| OIDCAuthenticationRequestDecoder |
Message decoder decoding OpenID Connect AuthenticationRequests.
|
| OIDCAuthenticationResponseConsentContext |
Subcontext carrying user consent information in a form suitable for OIDC processing.
|
| OIDCAuthenticationResponseContext |
Subcontext carrying information to form authentication, token and userinfo responses for relying party.
|
| OIDCAuthenticationResponseContextLookupFunction |
|
| OIDCAuthenticationResponseTokenClaimsContext |
Subcontext carrying information to form token and userinfo responses for relying party.
|
| OIDCClientInfoCredentialValidator |
A password validator that authenticates against OIDC client metadata (which may itself be emulated
via SAML metadata).
|
| OIDCClientRegistrationMetadataPolicyContext |
Subcontext carrying information on the metadata policy related to the dynamic client registration.
|
| OIDCClientRegistrationRequestDecoder |
Message decoder decoding OpenID Connect ClientRegistrationRequests.
|
| OIDCClientRegistrationRequestMetadataLookupFunction |
|
| OIDCClientRegistrationResponseContext |
Subcontext carrying information on OIDC client registration response.
|
| OIDCClientRegistrationResponseMetadataLookupFunction |
|
| OIDCClientRegistrationTokenClaimsContext |
Subcontext carrying information on the claims included in the initial access token used for accessing the dynamic
client registration endpoint.
|
| OidcEventIds |
Deprecated, for removal: This API element is subject to removal in a future version.
|
| OIDCMetadataLookupHandler |
Handler for inbound OIDC protocol messages that attempts to locate OIDC metadata for a rp, and attaches it with a
OIDCMetadataContext as a child of a pre-existing instance of MessageContext.
|
| OIDCOPModule |
|
| OIDCOPPlugin |
Details about the OIDC OP plugin.
|
| OIDCPolicyEnforcedClientRegistrationRequestMetadataLookupFunction |
A lookup function for fetching policy-enforced client metadata related to the dynamic client registration request.
|
| OIDCRegistrationResponseContextLookupFunction |
|
| OIDCResponseEncoderFactory |
A source of encoders that first verifies a message being an instance of Nimbus
Response and then returns the attached MessageEncoder.
|
| OIDCTokenRequestDecoder |
Message decoder decoding OpenID Connect TokenRequests.
|
| OIDCUserInfoRequestDecoder |
Message decoder decoding OpenID Connect UserInfoRequests.
|
| OpenIDConfigurationSuccessResponse |
OpenID Configuration success message class.
|
| PairwiseSubjectActivationCondition |
Activation condition returning true if pairwise subject is requested.
|
| ParseAccessToken |
Action that parses an access token and initially populates the claims for later
validation.
|
| PayloadFromJWTAccessTokenLookupFunction |
|
| PayloadFromProcessedTokenLookupFunction |
|
| PayloadFromUserInfoLookupFunction |
|
| PopulateOIDCMetadataContext |
A message handler that attempts to locate OIDC client information from the SAML entity descriptor containing role
descriptor of type SPSSODescriptor.
|
| ProcessedTokenUpdateStrategy |
|
| ProcessRequestedAuthnContext |
|
| ProcessTokenForIntrospection |
Action that processes a token for introspection.
|
| ProcessTokenForRevocation |
Action that processes a token for revocation.
|
| ProfileResponderIdLookupFunction |
A function that returns responder id based on profile.
|
| ProviderMetadataResolver |
A resolver that is capable of resolving OIDCProviderMetadata instances which meet certain supplied criteria.
|
| ProviderMetadataResolverServiceStrategy |
|
| PublicSubjectActivationCondition |
Activation condition returning true if public subject is requested.
|
| RefreshableMetadataValueResolver |
A resolver that is capable of resolving dynamic metadata values (as Objects) which meet certain supplied
criteria.
|
| RefreshableProviderMetadataResolver |
|
| RefreshTokenClaimsSet |
Class wrapping claims set for refresh token.
|
| RefreshTokenClaimsSet.Builder |
Builder to create instance of RefreshTokenClaimsSet.
|
| RegisterFilterServletContextInitializer |
A ServletContainerInitializer implementation that registers dynamic response header filter for enabling
configurable headers.
|
| RegistrationClaimsSet |
Class wrapping claims for the initial registration access token.
|
| RegistrationClaimsSet.Builder |
|
| RequestedGrantTypesCondition |
Checks whether a TokenRequest was for one of a set of candidate grant_type values.
|
| RequestObjectUpdateStrategy |
|
| RequestUtil |
Request logging helper class.
|
| ResponseContextAuthorizationCodeLookupFunction |
|
| ResponseUtil |
Response logging helper class.
|
| RevocationCache |
Deprecated, for removal: This API element is subject to removal in a future version. |
| RevocationCacheContexts |
Revocation cache contexts shared across actions.
|
| RevokeConsent |
Action that revokes consent if offline_access scope or prompt with consent is requested.
|
| RevokedTokenAuditExtractor |
Function that returns token to be revoked by TokenRevocationRequest.
|
| RevokeToken |
Action that revokes a single token or the full chain of tokens, depending on the result of the configured lookup
strategy for the revocation method.
|
| RootTokenIdRevocationValidator |
|
| ScopeUtil |
Static helper methods for handling Scope objects, especially with IdP attributes.
|
| SectorIdentifierLookupFunction |
A function that returns sector identifier obtained via a lookup function.
|
| ServiceableProviderMetadataProvider |
|
| SetAccessTokenToResponseContext |
|
| SetAuthenticationContextClassReferenceFromAuthzCodeToResponseContext |
|
| SetAuthenticationContextClassReferenceToResponseContext |
|
| SetAuthenticationTimeToResponseContext |
|
| SetAuthorizationCodeToResponseContext |
|
| SetConsentFromTokenToResponseContext |
Action that locates consent from authorization code / access token.
|
| SetConsentToResponseContext |
Action that checks for adds the currently existing attributes from AttributeContext for token delivery.
|
| SetEntityIdToSAMLPeerEntityContext |
|
| SetRefreshTokenToResponseContext |
|
| SetRequestedClaimsToResponseContext |
Action that sets requested claims to response context.
|
| SetRequestedSubjectToResponseContext |
Action that sets requested sub value to response context.
|
| SetRequestObjectToResponseContext |
|
| SetResponseStatusCodeFromEvent |
This action reads an event from the configured EventContext lookup strategy and sets the status code for
HttpServletResponse according to the attached configuration.
|
| SetSectorIdentifierForAttributeResolution |
|
| SetSessionIdToResponseContext |
Action that locates session id using configurable lookup strategy.
|
| SetSubjectToResponseContext |
Action that locates subject using strategy.
|
| SetTokenDeliveryAttributesFromTokenToResponseContext |
Action that locates any token delivery claims from authorization code / access token.
|
| SetTokenDeliveryAttributesToResponseContext |
Action that checks for any released attributes marked for token delivery.
|
| StoreClientInformation |
|
| SubjectActivationCondition |
Activation condition returning true if subject cannot be located from oidc response context.
|
| SubjectTypeAuditExtractor |
|
| SubjectValueAuditExtractor |
|
| TokenClaimsSet |
Class to extend for token claims sets.
|
| TokenClaimsSet.Builder<T extends TokenClaimsSet> |
Abstract builder to extend builders from that are instantiating claims sets extending TokenClaimsSet.
|
| TokenDeliveryClaimsClaimsSet |
Deprecated, for removal: This API element is subject to removal in a future version.
|
| TokenRequestAudienceLookupFunction |
A function that returns a copy of requested resource list from a TokenRequest.
|
| TokenRequestAuthorizationCodeLookupFunction |
A function that returns raw authorization code value via a lookup function.
|
| TokenRequestAuthTimeLookupFunction |
For Token and UserInfo end points.
|
| TokenRequestClientIDLookupFunction |
For Token, Revocation and other end points supporting client authentication.
|
| TokenRequestConsentedAttributesLookupFunction |
For Token and UserInfo end points.
|
| TokenRequestDeliveryClaimsLookupFunction |
For Token and UserInfo end points.
|
| TokenRequestIDTokenDeliveryClaimsLookupFunction |
For Token end point.
|
| TokenRequestNonceLookupFunction |
For Token and UserInfo end points.
|
| TokenRequestRedirectURILookupFunction |
For Token endpoint.
|
| TokenRequestRequestedClaimsLookupFunction |
For Token and UserInfo end points.
|
| TokenRequestScopeLookupFunction |
A function that returns a copy of requested scopes from a TokenRequest.
|
| TokenRequestSessionIdLookupFunction |
For Token and UserInfo end points.
|
| TokenRequestSubjectLookupFunction |
For Token and UserInfo end points.
|
| TokenRequestTokenClaimsSetLookupFunction |
A bi-function that returns value for the given claim via a lookup function.
|
| TokenRequestUserInfoDeliveryClaimsLookupFunction |
For user info end point.
|
| TokenRequestValidRequestURIsLookupFunction |
For Token and UserInfo end points.
|
| UserInfoRequestClientIDLookupFunction |
For UserInfo end point.
|
| UserInfoResponseClaimsSetLookupFunction |
A function that returns user info claims set from response context.
|
| ValidateAccessToken |
Action that validates the claims pulled from an access token as usable for access
to the OP's UserInfo endpoint.
|
| ValidateAudience |
|
| ValidateAuthorizationRequestType |
An action that validates the incoming OAuth2 authorization request via configurable strategy.
|
| ValidateClientAuthenticationType |
Validates the client authentication type with the token_endpoint_auth_method stored in the client's metadata
and the profile configuration.
|
| ValidateCodeChallenge |
Validates the presence of PKCE code challenge parameter from the incoming authentication request.
|
| ValidatedAudienceLookupFunction |
|
| ValidatedRedirectURILookupFunction |
A function that returns validated redirect uri from response context.
|
| ValidatedScopeLookupFunction |
|
| ValidatedScopePredicate |
Predicate that evaluates a ProfileRequestContext by looking for the validated Scope that matches
one of a designated set of string values, a single value, or a generic predicate.
|
| ValidateGrant |
Action that validates an authorization grant.
|
| ValidateGrantType |
An action that validates the grant type is registered to the requesting RP.
|
| ValidatePKCE |
Action performs PKCE (https://oauth.net/2/pkce/) validation.
|
| ValidateRedirectURI |
Action that validates redirect uri is expected.
|
| ValidateRegistrationAccessToken |
Action that validates registration access token is a valid one.
|
| ValidateRegistrationRequestMetadata |
|
| ValidateRequestObject |
Action validates request object in response context.
|
| ValidateResponseType |
An action that validates the requested response_type is (1) registered to the requesting RP and (2) valid for the
protocol used for request.
|
| ValidateScope |
Action that validates requested and previously granted scopes are also registered in client metadata
and stores the resulting set in the response context.
|
| VerifyRequestedSubjectIdentifier |
Action verifies that produced subject equals to requested subject if such exists.
|