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