Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meta sub-attributes returned in response even when set in "excludedAttributes" #15

Open
rsadekar opened this issue Aug 31, 2022 · 0 comments

Comments

@rsadekar
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant