-
Location : https://is.docs.wso2.com/en/latest/develop/scim2-rest-apis/
Steps to Reproduce:
Get a access token using client_credentials grant with scope internal_user_mgt_list
Use it to call GET /…
-
Mapped the "http://wso2.org/claims/created " and "http://wso2.org/claims/phoneNumbers.home" mapped attribute to "homephone".
`curl -v -k --user sarubi@test.com:12345 --data '{"schemas": "[]","urn:i…
-
**Description:**
Error when filtering with member SCIM Group API if the member is in the secondary user store and has created a service provider.
/t/{tenant-name}/scim2/Groups?domain=DOMAIN&filter=m…
-
`Suggested Labels`
Affected/wso2is5.9.0alpha
US-JDBC
DB-MSSQL
Priority/Normal
Severity/Major
`Steps to Reproduce`
Provision a user with invalid email address using SCIM2 ME endpoint
`url -…
-
**Suggested Labels**
Affected/wso2is5.9.0alpha
US-JDBC
DB-MSSQL
Priority/Highest
Severity/Major
Type/Bug
**Steps to Reproduce**
Provision the user using SCIM2 Me endpoint
`curl -v -k --da…
-
Request :curl -v -k --user admin:admin https://localhost:9443/scim2/Users?filter=EMAILS.home+EQ+hasanthi@gmail.com
Response :{"schemas":["urn:ietf:params:scim:api:messages:2.0:Error"],"scimType":…
-
**Describe the issue:**
'users', 'groups', and 'permissions' attributes are missing in the response we get for listing roles through SCIM 2.0 API. But we get all related attributes instead of 'groups…
-
**Suggested Labels**
Affected : 5.8.0- beta
Severity: Major
Priority: Highest
Component: SCIM2
Type-Bug
**Steps to reproduce**
1. Create a secondary user store
2. Create 2 roles as SECONDA…
-
**Is your suggestion related to an experience ? Please describe.**
When retrieving user objects via SCIM, both groups and roles attributes are also received alongside the usual user attributes. Howev…
-
**Describe the issue:**
When executing the following SCIM2 API call a NPE is logged in the backend console and also the API response is not a proper json.
**API call**
```
curl --location 'https…