-
**Environment**
IS 5.10.0 alpha3 snapshot
DB Mysql 5.7
**Steps to Reproduce**
1. In deployment.toml change the primary userstore to uniqueidjdbc userstore
[user_store]
type = "database_uniqu…
-
Attempting to PATCH with a path filter always returns `ScimErrorInvalidValue`.
e.g. using the example from the RFC: https://tools.ietf.org/html/rfc7644#section-3.5.2.2
```
$ curl -si -X PATCH /Gr…
-
All of the scim types from the specs
https://tools.ietf.org/html/rfc7644#section-3.12
are pre-defined in the library but not all of them are used.
I believe that it's possible to cover some of th…
-
The page contains two pieces of information that seem to contradict each other:
1. Within the SCIM 2.0 protocol specification, your application **must** meet these requirements:
- **Supports**…
-
Hi,
Do have any plans to add more content to the SCIM documentation (https://simpleidserver.readthedocs.io/en/latest/intro/getting-started-with-scim.html)?
I'm using the SCIM server for several we…
-
I have more than 10 users and the code only fetches the first ten. Inside getUserPage you have
```
q.Add("count", "10")
```
I think this means "only return 10 total" not "return 10 at a…
cep21 updated
4 years ago
-
Hi,
Does it support other IdP products (Google, PingIdentity etc.)?
So can we use this code base to support all SCIM IdPs?
Regards.
Thanks.
-
I was testing .search endpoint and I seem to have some trouble with the filter command.
posting to /EduUsers/.search with
{
"schemas": ["urn:ietf:params:scim:api:messages:2.0:SearchRequest"…
-
When a non-unique userName is used in a POST to /Users, the code returns 400, but should return 409 as per the RFC: https://tools.ietf.org/html/rfc7644
> If the service provider determines that the…
-
A PATCH call using:
`[{"op": “Replace", "value": { "active": false }}]`
… is rejected as an invalid PATCH call. Changing ‘Replace’ to ‘replace’ allows the call to succeed.
To repro:
```Bas…