Skip to content

[WPB-27953] SCIM: Make role field in user schema comply with RFC. - #5440

Open
fisx wants to merge 3 commits into
developfrom
WPB-27953-scim_-make-role-field-in-user-schema-comply-with-rfc
Open

[WPB-27953] SCIM: Make role field in user schema comply with RFC.#5440
fisx wants to merge 3 commits into
developfrom
WPB-27953-scim_-make-role-field-in-user-schema-comply-with-rfc

Conversation

@fisx

@fisx fisx commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Fixes #5435

This changes the "role" field in the User schema. The release notes contain a warning about this with instructions how to re-align code. If anybody is impacted by this change, they are in violation of the RFC as we were and should follow the release note instructions. To make things as backwards-compatible as can be, the new code parses both "member" and {"value": "member"} as a role.

https://wearezeta.atlassian.net/browse/WPB-27953

Checklist

  • Add a new entry in an appropriate subdirectory of changelog.d
  • Read and follow the PR guidelines

@zebot zebot added the ok-to-test Approved for running tests in CI, overrides not-ok-to-test if both labels exist label Aug 11, 2026
@fisx
fisx force-pushed the WPB-27953-scim_-make-role-field-in-user-schema-comply-with-rfc branch 2 times, most recently from 9bb9a16 to a234f5b Compare August 11, 2026 12:24
@fisx
fisx force-pushed the WPB-27953-scim_-make-role-field-in-user-schema-comply-with-rfc branch from a234f5b to acf9fd9 Compare August 11, 2026 12:35
@fisx
fisx marked this pull request as ready for review August 11, 2026 12:36
@fisx
fisx requested review from a team as code owners August 11, 2026 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ok-to-test Approved for running tests in CI, overrides not-ok-to-test if both labels exist

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SCIM roles Attribute Returned as String Array Instead of Complex Objects

2 participants