You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue:
We can add permissions to an existing role from the SCIM2 Patch operation. When we use the add operation to add permissions to an existing role, then the existing permissions are getting deleted and only the permissions that we are adding from the PATCH ADD operation will be available in the role.
Screen.Recording.2024-11-06.at.11.30.47.PM.mov
Also if we execute the aforementioned PATCH ADD operation again to the same resource, then in the second time again the previously added permissions are removed.
Screen.Recording.2024-11-06.at.11.34.20.PM.mov
How to reproduce:
Log in to Console application and create a role. (Can directly do it from SCIM2 Roles API as well)
Now assign some permissions to the role.
Execute PATCH ADD operation on to of the created role.
Describe the issue:
We can add permissions to an existing role from the SCIM2 Patch operation. When we use the add operation to add permissions to an existing role, then the existing permissions are getting deleted and only the permissions that we are adding from the PATCH ADD operation will be available in the role.
Screen.Recording.2024-11-06.at.11.30.47.PM.mov
Also if we execute the aforementioned PATCH ADD operation again to the same resource, then in the second time again the previously added permissions are removed.
Screen.Recording.2024-11-06.at.11.34.20.PM.mov
How to reproduce:
Expected behavior:
Environment information (Please complete the following information; remove any unnecessary fields) :
The text was updated successfully, but these errors were encountered: