-
Classes Class Description org.springframework.security.oauth2.core.endpoint.MapOAuth2AccessTokenResponseConverter UseDefaultMapOAuth2AccessTokenResponseConverter
insteadorg.springframework.security.oauth2.core.endpoint.OAuth2AccessTokenResponseMapConverter UseDefaultOAuth2AccessTokenResponseMapConverter
instead
-
Methods Method Description org.springframework.security.oauth2.core.ClaimAccessor.containsClaim(String) UseClaimAccessor.hasClaim(java.lang.String)
instead.org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest.implicit() It is not recommended to use the implicit flow due to the inherent risks of returning access tokens in an HTTP redirect without any confirmation that it has been received by the client.org.springframework.security.oauth2.core.http.converter.OAuth2AccessTokenResponseHttpMessageConverter.setTokenResponseConverter(Converter<Map<String, String>, OAuth2AccessTokenResponse>) Use#setAccessTokenResponseConverter(Converter)
insteadorg.springframework.security.oauth2.core.http.converter.OAuth2AccessTokenResponseHttpMessageConverter.setTokenResponseParametersConverter(Converter<OAuth2AccessTokenResponse, Map<String, String>>) Use#setAccessTokenResponseParametersConverter(Converter)
instead