-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
[SCIM] delete a group with a member #698
Comments
I think it happens in
For some reason the same attributes that are removed are also added. |
Hello, I have verified on my local machine, and the HTTP DELETE request is functioning correctly for all the scenarios outlined below: First scenario
Result : the Second scenario
Result : the Could you please provide more details and explain how to reproduce this problem? :) The portion of code you mentioned in your comment is not needed and can be commented out. |
Hello
I might have made a local change that caused it, I will double check.
If the line is not needed, can we remove it from the open source to avoid
any future issues with it?
Kind regards
Dan
…On Sun, Feb 18, 2024, 21:50 SimpleIdServer ***@***.***> wrote:
Hello,
I have verified on my local machine, and the HTTP DELETE request is
functioning correctly for all the scenarios outlined below:
First scenario
1. create a group G1.with one user in it.
2. create a user U1.
3. Assign the user to the group.
4. Remove the group.
Result : the groups property of the user is removed.
Second scenario
1. Create a group G1.
2. Create a group G2.
3. Create a user U1.
4. Assign the group G1 to the group G2.
5. Assign the user to the group G1.
6. Remove the group G1.
Result : the groups property of the user is removed.
Could you please provide more details and explain how to reproduce this
problem? :)
The portion of code you mentioned in your comment is not needed and can be
commented out.
Normally, the reference.AddedRepresentationAttribute list, must always be
empty.
—
Reply to this email directly, view it on GitHub
<#698 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIB5S7I7HP2JBSPKGSMC5YLYUJLO7AVCNFSM6AAAAABDOGHFYCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJRGQZDONRSHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Okay, of course :) I'll comment the code in the 'master' branch. |
Hello, how are you?
I noticed that when you DELETE a group that already has a member in it, GET on the user still shows that he is a member of the group but as an "indirect" membership.
Can you reproduce this as well?
Kind regards
Dan
The text was updated successfully, but these errors were encountered: