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 7643 for the Meta attribute states that all "meta" sub-attributes are assigned by the service provider (have a "mutability" of "readOnly"), and all of these sub-attributes have a "returned" characteristic of "default". However, all the meta sub-attributes in the BetterCloud implementation are defined with a "returned" characteristic of "always". Due to this, it always returns the meta sub-attributes in a GET response even if any of them are included in the "excludedAttributes" parameter.
The BetterCloud implementation needs to be corrected to set the "Meta" sub-attributes with a "returned" characteristic of "default", to be consistent with the RFC.
The text was updated successfully, but these errors were encountered:
The SCIM RFC 7643 for the Meta attribute states that all "meta" sub-attributes are assigned by the service provider (have a "mutability" of "readOnly"), and all of these sub-attributes have a "returned" characteristic of "default". However, all the meta sub-attributes in the BetterCloud implementation are defined with a "returned" characteristic of "always". Due to this, it always returns the meta sub-attributes in a GET response even if any of them are included in the "excludedAttributes" parameter.
The BetterCloud implementation needs to be corrected to set the "Meta" sub-attributes with a "returned" characteristic of "default", to be consistent with the RFC.
The text was updated successfully, but these errors were encountered: