You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: