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 should make sure those objects are treated as generic Resource where the id field can be read, so client applications can make new requests for having details if needed.
The text was updated successfully, but these errors were encountered:
The "schemas" attribute is a REQUIRED attribute and is an array of
Strings containing URIs that are used to indicate the namespaces
of the SCIM schemas that define the attributes present in the
current JSON structure. [...]
All representations of SCIM schemas MUST include a
non-empty array with value(s) of the URIs supported by that
representation.
[...]
I think the confusion here is that “schemas” is required for the application/scim+json format, but the spec is silent on whether it is require for the “Resources” attribute of the ListResponse JSON structure.
So the OP example is valid.
azmeuk
changed the title
Objects without schemas?
Handle objects without schemas
Aug 30, 2024
RFC7644 §3.4.3 detail partial responses (with the use of
attributes
/excludedAttributes
) that do not contain a schemas.We should make sure those objects are treated as generic
Resource
where theid
field can be read, so client applications can make new requests for having details if needed.The text was updated successfully, but these errors were encountered: