-
My application creates users with UTF-8 encoding via SCIM2 API. The users are properly sent, received and correctly stored to UTF-8 MySQL database. When I try to get claims via OIDC, non-ASCII charact…
-
**Describe the issue:**
It has been noted that a large number of queries are executed when a SCIM2 multi-attribute filter with identity claims that contain large results is retrieved from the users…
-
**Describe the issue:**
When creating groups, the application roles are not being retrieved, which prevents roles from being added to groups. Roles should be fetched using the following API endpoin…
-
**Is your suggestion related to an experience ? Please describe.**
The sample apps can be improved to have the httpRequest functionality.
**Describe the improvement**
Currently, SDK docs con…
-
**Description:**
Details specific to the scenario mentioned in the subject need to be documented because it involves specific configurations that can be missed when the SP and IS spaces are referred …
-
[no description provided]
-
**Describe the issue:**
Getting a warning when trying to add a user to a configured Active directory User store.
```
User accepted for creation
The new user was accepted and pending approval.
`…
-
As SCIM2 is a relatively young specification, many implementations still have quirks which must be worked around. Removing the 'final' modifier from the builder classes and allowing protected access …
-
Hello There,
I'm trying to integrate with AWS SCIM with bearer token but I'm getting the following error:
![image](https://user-images.githubusercontent.com/52222987/146476688-270f60b4-a6bb-494…
-
The code raises a few warnings with pydantic 2:
```python
pydanticscim/resource_type.py:8
/home/eloi/dev/pydantic-scim/pydanticscim/resource_type.py:8: PydanticDeprecatedSince20: `pydantic.conf…