It complains that the endpoint /scim_v2/ServiceProviderConfig return a uses_defaults field that scimitar sets to true or false depending whether the configuration of the service provider was the scimitar default built-in configuration or whether some configuration was set in the app.
I think uses_defaults is not part of the SCIM standard, should scimitar send it? Or should the tester ignore additional fields? For a temporary workaround maybe I will try to remove the field in my app.
I was testing a Rails application that uses scimitar with the following test suite: https://github.com/yaal-coop/scim2-tester
It complains that the endpoint
/scim_v2/ServiceProviderConfig
return auses_defaults
field that scimitar sets to true or false depending whether the configuration of the service provider was the scimitar default built-in configuration or whether some configuration was set in the app.I think
uses_defaults
is not part of the SCIM standard, should scimitar send it? Or should the tester ignore additional fields? For a temporary workaround maybe I will try to remove the field in my app.