-
The following user creation request now fails:
POST
{
"emails" : [ {
"value" : "ricardo.graham@opensource.suvera.dev",
"primary" : true
} ],
"d…
gamma updated
1 month ago
-
1) Enable SCIM1 only in identity.xml (disable SCIM2)
2) Try to add a user with SCIM2 endpoint as follows
```
curl -v -k --user admin:admin --data '{"schemas":[],"name":{"familyName":"jayawardana"…
-
**Describe the issue:**
IS consider `roles` attribute as a core attribute of Group resource, but it should not be a core attribute as per https://datatracker.ietf.org/doc/html/rfc7643#section-4.2
…
-
**Is your suggestion related to a missing or misleading document? Please describe.**
In[ Use SCIM 2.0 REST API](https://is.docs.wso2.com/en/latest/guides/identity-lifecycles/add-user-roles/#use-scim-…
-
**Is your feature request related to a problem? Please describe.**
Draft specification[1] introduces a simple extension to the SCIM protocol and core schema that adds support for cursor-based paginat…
-
The group "Internal/everyone" is missing from SCIM2 responses, both in the 'groups' element of resources in responses from '/Users' and in the resources returned from '/Groups'. "Internal/everyone" *…
-
**Suggested Labels**
Affected : 5.8.0- beta
Severity: Major
Priority: Critical
Component: SCIM2
Type-Bug
**Steps to reproduce**
1. Create a secondary user store
2. Create 2 roles as SECONDAR…
-
How to reproduce:
use Product is 5.8- Beta3
create a user using below curl
curl -v -k --user admin:admin --data '{"schemas":[],"name":{"familyName":"jackson","givenName":"kim"},"userName":"kim…
-
**Suggested Labels**
Affected: 5.8.0-alpha2
Severity: Major
Priority: High
Component: SCIM2/Outbound Provisioning
Type-Bug
**Steps to reproduce**
- [Configure outbound provisioning using …
-
**How to reproduce:**
Create application/hybrid role and assign to a user.
Filter users with application/hybrid roles with the created role as shown below. The expected result would be returned
```…