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
I tried with the same invalid identity object as i posted before, but still get no validation errors. The objects with the submitted identities array don't seem to be validated
This just works fine even though the submitted identity object is obviously not valid. Of course i get a validation error as well if i leave out any of the top-level attributes like document_id, etc.
Same behaviour with the upload call. So our request is that that every submitted identity object should be validated
Using image docker.sunet.se/dc4eu/apigw:apiv28
When uploading a document or using the PUT /document/identity call for adding identities, it is possible to submit invalid identity objects like this:
We propose that all identity objects in the array should be validated to make sure that all required attributes are set and the types are matching.
The text was updated successfully, but these errors were encountered: