Package net.shibboleth.idp.plugin.oidc.op.authn.impl
Implementation classes supporting OIDC/OAuth client authentication.
-
Class Summary Class Description ExtractClientAuthenticationFromRequest Extracts OAuth 2 client authentication details from a request and stores them in anOAuth2ClientAuthenticationContextbeneath theAuthenticationContextfor subsequent validation.JWTCredentialValidator A validator that handles authentication via signed JWT.OIDCClientInfoCredentialValidator A password validator that authenticates against OIDC client metadata (which may itself be emulated via SAML metadata).ValidateClientAuthenticationType Validates the client authentication type with the token_endpoint_auth_method stored in the client's metadata and the profile configuration.