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

PUT to /scim/Groups/{id} does not update the subgroup name correctly #924

Open
rmiccoli opened this issue Feb 26, 2025 · 0 comments · May be fixed by #925
Open

PUT to /scim/Groups/{id} does not update the subgroup name correctly #924

rmiccoli opened this issue Feb 26, 2025 · 0 comments · May be fixed by #925
Assignees
Labels

Comments

@rmiccoli
Copy link
Contributor

If we want to change the subgroup name A/B to A/BB, we must make a PUT call to the scim/Groups/{id} endpoint.
The displayName cannot contain the character \, so we will enter BB and then it should be updated and shown in the dashboard as A/BB.

Currently, the dashboard only shows BB (unlike POST to scim/Groups when a subgroup is created).

@rmiccoli rmiccoli self-assigned this Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant