You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem seems to be that the ResourceTypes resource returns a JSON array as top level element and not an object with a Resources property containing the actual resources. This breaks the getResourceTypes method.
JAVA: 1.8
scim2sdk: 2.3.5
Jackson: 2.11.1
class: SearchRequestBuilder.java Method: invoke
as String field = parser.getCurrentName(); returns NULL, so field NULL.
field.equals() throws error ...
I am checking this with Valid SCIM2 schema , JSON is perfectly valid.
Scim JSON:
code throws Error on first { after [
The text was updated successfully, but these errors were encountered: