We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JoseHeader
JoseHeaderNames
JwtClaimsSet
JwtEncoder
JwtEncodingException
NimbusJwsEncoder
OAuth2TokenIntrospectionClaimAccessor
OAuth2TokenIntrospectionClaimNames
OAuth2AccessTokenResponseHttpMessageConverter
OAuth2ErrorCodes.INVALID_REDIRECT_URI
OAuth2TokenContext
OAuth2TokenCustomizer
JwtEncodingContext
JwtEncodingContextTests
org.springframework.security.oauth2.server.authorization.token
interface
final class
OidcClientMetadataClaimNames
OidcProviderMetadataClaimNames
OAuth2AuthorizationServerMetadataClaimNames
@Deprecated
The text was updated successfully, but these errors were encountered:
jgrandja
No branches or pull requests
Upgrade to Spring Security 5.6+
JoseHeader
,JoseHeaderNames
,JwtClaimsSet
,JwtEncoder
,JwtEncodingException
,NimbusJwsEncoder
-- Remove JwtEncoder and associated classes #724OAuth2TokenIntrospectionClaimAccessor
,OAuth2TokenIntrospectionClaimNames
-- Remove OAuth2TokenIntrospectionClaimAccessor #725OAuth2AccessTokenResponseHttpMessageConverter
-- Remove temporary OAuth2AccessTokenResponseHttpMessageConverter #726OAuth2ErrorCodes.INVALID_REDIRECT_URI
-- Use OAuth2ErrorCodes.INVALID_REDIRECT_URI #727Miscellaneous
OAuth2TokenContext
,OAuth2TokenCustomizer
,JwtEncodingContext
andJwtEncodingContextTests
to packageorg.springframework.security.oauth2.server.authorization.token
-- Move OAuth2TokenCustomizer to token package #730interface
tofinal class
-OidcClientMetadataClaimNames
,OidcProviderMetadataClaimNames
,OAuth2AuthorizationServerMetadataClaimNames
-- Change interface that only contain constants to final class #728@Deprecated
markers -- Remove deprecations #732The text was updated successfully, but these errors were encountered: