RIPAGlobal / scimitar

A SCIM v2 API endpoint implementation
MIT License
61 stars 43 forks source link

ServiceProviderConfig endpoints sends uses_defaults field #144

Open pbouda opened 1 month ago

pbouda commented 1 month ago

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 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.