-
**Describe the bug**
The `/self` endpoint is returning a 500 error.
**To Reproduce**
Steps to reproduce the behavior:
1. restish -v -H "Authorization: Bearer $(cat etc/conf/token.txt)" 'ht…
-
**Description:**
When SCIM 2.0 REST APIs doc for IS5.9.0 is ready then change the below key.
`scim2.documentation_uri`
Moved from https://github.com/wso2-extensions/identity-inbound-provisionin…
-
**Describe the issue:**
200 Success response model of the documentation [1] contains meta field as a mandatory field.
Specification does not mention this meta field is necessary [2].
Please ref…
-
**Describe the issue:**
As per wso2/docs-is#1495, the totalResults should have the total result count with pagination parameters in JDBC userstore. However, when the filter parameter is given along w…
-
Currently, when using the SCIM2 API to retrieve users using filtering there are few inconsistencies in the way the API returns users based on the query parameters we specify.
1. In single attribute…
-
```
scimService.modifyRequest("Users", "4711").replaceValue("title", "Prof. Dr.").invoke(UserResource.class);
```
causes
```
jakarta.ws.rs.ProcessingException: RESTEASY004655: Unable to invoke re…
-
When trying to list groups created from SCIM 1.1 API using SCIM2 by calling SCIM2 API endpoint “https://localhost:9443/scim2/Groups" .curruntly it is unable to retrieve the group details regardless of…
-
Found below issues in product scenario test scripts.
Affected: Product scenario test scripts
Severity: High
Priority : Major
Component : Manage user and roles -SCIM
Type: improvement
Test …
-
Hello!
I saw that this repository is meant to be used for testing our own implementation.
I am not *very* familiar to python ecosystems, I see that there is a main block in `./scim2_tester/check…
-
I have built my integration using scimmy and it mostly seems to be working. However, I pulled down the example PostMan tests mentioned here https://github.com/scimmyjs/scimmy-routers/issues/10#issuec…