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
In com.sap.scimono.entity.Resource the handleExtensionSchema method throws a SCIMException.
Probably something else should be done there.
Also, this SCIMException is caught by Jackson and is transformed into JsonMappingException, which makes it confusing because there is SCIMExceptionMapper and it could be assumed that this exception would be caught by this mapper but it is not.
The text was updated successfully, but these errors were encountered:
Also if this exception occurs in another type of resource (group or schema) the exception is still with the text for user (Invalid user attribute: )
VladislavStefanov
changed the title
When providing an invalid field in a POST request, it is not ignored, but a 400 response is returned
When providing an invalid field in a POST request, SCIMException should be caught by the exception mappers but a JsonMappingException is caught
Feb 28, 2020
In com.sap.scimono.entity.Resource the handleExtensionSchema method throws a SCIMException.
Probably something else should be done there.
Also, this SCIMException is caught by Jackson and is transformed into JsonMappingException, which makes it confusing because there is SCIMExceptionMapper and it could be assumed that this exception would be caught by this mapper but it is not.
The text was updated successfully, but these errors were encountered: