-
**Suggested Labels**
Affected : 5.8.0- m27
Severity: Major
Priority: High
Component: SCIM2
Type:Improvement , Type: QA-Testing
**Environment**
IS 5.8.0-m27 pack
**Actual Behavior**
When …
-
**Description**
SCIM2 Groups endpoint doesn't support member pagination while listing the groups. Therefore, we use the **/Users** endpoint as below.
`GET https://localhost:9443/scim2/Users?filter=g…
-
When trying to retrieve users using SCIM2 API, 'eq' and 'co' operators are not working properly in secondary user store with 'filter'(multi attributes case). Following[1],[2],[3],[4] curl requests are…
-
Current documentation[1] still having SCIM1 and not having SCIM2 samples. We need to add SCIM2 samples into the documentation.
[1] https://is.docs.wso2.com/en/5.9.0/get-started/provisioning-archite…
-
**Is your suggestion related to an experience ? Please describe.**
Currently, when updating the password from my-account portal, the update functionality is invoked via a SCIM2 patch operation. Sin…
-
In a flow in SCIM user listing and filtering, pagination is done in the following manner [1] when an operation needs to be run across all available domains. The approach in [1] was implemented since t…
-
**Describe the issue:**
Following error can be seen in the server logs when trying to create a role in through non super tenant console.
```
[2023-10-30 09:45:48,745] [93673f7b-cf7a-4e6b-a17d-…
-
**Describe the issue:**
**How to reproduce:**
1. Create a user with internal/everyonne role (User should not have any permissions)
2. Try scim2Delete me operation.
`curl -v -k --user [usern…
-
The possibility to use the "primary" flag in SCIM2 spec to determine which email address or phone number is set as the primary is introduced from https://github.com/wso2/product-is/issues/3823
But th…
-
By default, SCIM2 will provision users to the primary userstore when used by a service provider. However, the Service Provider configuration will display `---Select---` as the default value in the SC…