-
ATM we do not support "bulkId" Temporary Identifiers for bulk uploaded via SCIM. This is explained in the spec as https://tools.ietf.org/html/rfc7644#section-3.7.2.
It will be useful to support thi…
-
I have the Azure workaround enabled
```java
.patchConfig(PatchConfig.builder()
.supported(true)
.activateMsAzureWorkaround(true)
.build())
```
And there is an existing user with some mul…
-
The description of throttling in the security considerations does not give any mechanism for the client to discover any throttling that may be in place. When this is combined with the description of …
-
Under the groups endpoint you now have an example to add a user to a group, could you also add the remove user from a group? Both the offical documented way as documented in: https://datatracker.ietf.…
tuk90 updated
10 months ago
-
SCIMitar gem relies on the fact that Rails throw `ActiveRecord::RecordInvalid` only if the record is invalid however, Rails can also raise `RecordNotSaved` error in case of the object is not stored.
…
-
This is more like a feature request.
### Context
Currently, the auth middleware only allows returning a _string_ that can be used to with `/Me` endpoint. I would like to set arbitrary data that c…
-
Hi,
does SCIM standard require to validate response data with schema definition? I don't think so. But response is validated nevertheless, which is somehow strange to me, due to schema changes wou…
-
Hello,
We have found some inconsistencies between version 4.0.0 and 4.0.5, when in the PATCH request there are indicated 2 "replace" operations for the same filed.
Earlier the behaviour was as i…
-
**Describe the bug**
PatchOperation.AddOperation instance creation fails on path values with selection filters.
https://github.com/pingidentity/scim2/commit/4b3d63c7c22ec044f5da4bb14848ac1366a3fa13#…
-
Having some issues getting azure SCIM to play with this package, and i've realised it's because the attributes aren't at the root, and microsoft expects them to be.
In this package, they are nested…