Closed gamma closed 1 month ago
Yea, I changed the logic to generate possible data values (by their data type) for all the fields based on /Schemas definition returned by the server. Previously only few fields were hard coded in this test.
Please check /Schemas definition returned by server for the field User name
Makes sense. Here is the Schema definition for the user, returning the Type "complex" as it should be. Do you have another idea?
this is fixed in this commit https://github.com/suvera/scim2-compliance-test-utility/commit/573c73760b2f59bd22ad6c856200e8757bb86d7d
The following user creation request now fails:
As per specification https://datatracker.ietf.org/doc/html/rfc7643#section-4.1 - it should hage a complex value. That worked in a previous version of this tool.