-
Hello,
I found an issue on remove groups members.
This is the case:
![image](https://user-images.githubusercontent.com/10979448/123819672-3f476800-d8fa-11eb-9b4d-76d1cc2c3d33.png)
Then I rem…
-
Our current code is expecting one PATCH but SRAM is sending two POSTs
-
Thank you for the library. As I dig deeper, I can see how much effort has gone into this project.
What I'm seeing looks similar to https://github.com/Captain-P-Goldfish/SCIM-SDK/issues/267, but do…
-
The meta-schema for schemas is not correctly returned from the endpoint. This is caused by the more or less hardcoded schema validation to handle only one level of nesting as it was described in RFC76…
-
**Describe the issue:**
Issue: meta.version is mapped with the incorrect local claim in IS
Identity Server should fully support resource versioning as a part of the SCIM2 core specification[ htt…
-
It appears that filtering operators must be lower case. Atlassian's Access directory certainly does not accept uppercase filters.
see [SCIM Filtering](https://ldapwiki.com/wiki/SCIM%20Filtering)
e…
-
Hello,
If the mutability of `manager.displayName` is `readOnly`, then when I POST a user, the property `manager.displayName` is not saved.
If I change the mutability to `readWrite` then it is sa…
-
Hi,
I changed my User schema to require a value for an email.
Meaning, one cannot send an email without the actual value of the email.
I got the following error message when creating a user wit…
-
Azure AD send patches of the following form:
{
"schemas": ["urn:ietf:params:scim:api:messages:2.0:PatchOp"],
"Operations": [
{
"op": "replace",
"val…
-
**Describe the issue:**
displayName attribute of Role Resouce has caseExact = false characteristic.
Thus, when finding matching role resources based on displayname, the displayname comparison nee…