spring-security/oauth2
Ovidiu Popa 174b71c017 OidcIdToken cannot be serialized to JSON if token contains claim of type JSONArray or JSONObject
ObjectToListStringConverter and ObjectToMapStringObjectConverter were checking if the source object is of type List or Map and if the first element or key is a String. If we have a JSONArray containing Strings the above check will pass, meaning that a JSONArray will be returned which is not serializable (same applies to JSONObject)

With this change, even if the check is passing a new List or Map will be returned.

Closes gh-9210
2020-12-03 11:42:00 -05:00
..
oauth2-client OAuth2LoginAuthenticationWebFilter should handle OAuth2AuthorizationException 2020-06-09 16:24:00 -04:00
oauth2-core OidcIdToken cannot be serialized to JSON if token contains claim of type JSONArray or JSONObject 2020-12-03 11:42:00 -05:00
oauth2-jose Remove unused import 2020-07-31 08:45:47 -06:00
oauth2-resource-server Resolve Bearer token after subscribing to publisher 2020-08-03 11:11:09 -05:00