Skip to content

Add initial whimsical config.#15

Open
ggreer wants to merge 1 commit intomainfrom
ggreer/whimsical
Open

Add initial whimsical config.#15
ggreer wants to merge 1 commit intomainfrom
ggreer/whimsical

Conversation

@ggreer
Copy link
Contributor

@ggreer ggreer commented Aug 20, 2025

TODO: change role mapping to accept key-value object instead of array.

schemas: "urn:ietf:params:scim:api:messages:2.0:PatchOp"
op: "Replace"
path: "roles.value"
valuePath: "value"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Role Management Operations Misconfigured

The addUserRole and removeUserRole operations are configured identically, both using op: "Replace" with the same path and valuePath. This means removeUserRole will not correctly remove roles, instead behaving like an add/replace operation.

Fix in Cursor Fix in Web

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

Successfully merging this pull request may close these issues.

1 participant