RIPAGlobal / scimitar

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

non-standard /Schemas endpoint #117

Closed gsar closed 5 months ago

gsar commented 7 months ago

The SCIM RFC requires the /Schemas endpoint to respond with a ListResponse format, but we seem to be returning just a plain JSON array in the result. This makes it impossible to auto-discover the schema on systems like Microsoft Entra. Looks like the code needs to wrap the array in a ListResponse structure.

pond commented 5 months ago

https://github.com/RIPAGlobal/scimitar/pull/133 fixes this.