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
We are building a SCIM server using this library. When compliance testing it with scim2-compliance-test-utility, the following error is returned from the /ResourcesTypes endpoint: error: object has missing required properties (["meta"]).
Should the meta attribute object be included in the response? For reference, the response from our /ResourcesTypes endpoint:
No, the meta attribute object does not need to be included in the response.
Based on what I found, the following specifications seem to be related to the meta attribute of ResourceType.
Each SCIM resource (Users, Groups, etc.) includes the following
common attributes. With the exception of the "ServiceProviderConfig"
and "ResourceType" server discovery endpoints and their associated
resources, these attributes MUST be defined for all resources,
including any extended resource types. https://datatracker.ietf.org/doc/html/rfc7643#section-3.1
As described above, it seems that the resource in question is not required to have the meta attribute.
Based on the above, a possible interpretation could be that for ResourceType, the inclusion of meta is optional.
I'm happy to be corrected if I've overlooked anything.
We are building a SCIM server using this library. When compliance testing it with scim2-compliance-test-utility, the following error is returned from the
/ResourcesTypes
endpoint:error: object has missing required properties (["meta"])
.Should the
meta
attribute object be included in the response? For reference, the response from our/ResourcesTypes
endpoint:The text was updated successfully, but these errors were encountered: