See: Description
| Class | Description |
|---|---|
| OidcAuthorizationCodeAuthenticationProvider |
An implementation of an
AuthenticationProvider for the OpenID Connect Core 1.0
Authorization Code Grant Flow. |
| OidcAuthorizationCodeReactiveAuthenticationManager |
An implementation of an
AuthenticationProvider for OAuth
2.0 Login, which leverages the OAuth 2.0 Authorization Code Grant Flow. |
| OidcIdTokenDecoderFactory |
A
factory that provides a JwtDecoder used for
OidcIdToken signature verification. |
| OidcIdTokenValidator |
An
OAuth2TokenValidator responsible for validating the claims in an
ID Token. |
| ReactiveOidcIdTokenDecoderFactory |
A
factory that provides a ReactiveJwtDecoder
used for OidcIdToken signature verification. |