Package org.springframework.security.oauth2.client.oidc.authentication
Support classes and interfaces for authenticating and authorizing a client with an
OpenID Connect 1.0 Provider using a specific authorization grant flow.
-
Class Summary Class Description OidcAuthorizationCodeAuthenticationProvider An implementation of anAuthenticationProviderfor the OpenID Connect Core 1.0 Authorization Code Grant Flow.OidcAuthorizationCodeReactiveAuthenticationManager An implementation of anAuthenticationProviderfor OAuth 2.0 Login, which leverages the OAuth 2.0 Authorization Code Grant Flow.OidcIdTokenDecoderFactory Afactorythat provides aJwtDecoderused forOidcIdTokensignature verification.OidcIdTokenValidator AnOAuth2TokenValidatorresponsible for validating the claims in anID Token.ReactiveOidcIdTokenDecoderFactory Afactorythat provides aReactiveJwtDecoderused forOidcIdTokensignature verification.