-
A runtime error is thrown when validating a schema of a SCIM-compliant API (System for Cross-domain Identity Management, RFC 7643, 7644, 7642).
Steps to reproduce:
1. Download OpenAPI File for At…
-
For now, the `attributes` and `excludedAttributes` in the `SearchRequest` are implemented as a single string containing a comma-separated list of values. But, according to the [RFC 7644](https://datat…
-
I'm trying to build a SCIM provider that passes the [MS Entra Validation Tests](https://learn.microsoft.com/en-us/entra/identity/app-provisioning/scim-validator-tutorial#use-postman-to-test-endpoints-…
-
Hi,
I'm not sure the issue from #39 was fixed completely. This does not work - but I think it should?
```python
user = User.model_validate({
"username": "abc"
})
assert user.user_name ==…
-
The SCIM protocol allows users to select the attributes retrieved in a call (see [RFC 7644 / section-3.9](https://datatracker.ietf.org/doc/html/rfc7644#section-3.9)). This is not contemplated by SCIMi…
-
As far as my understanding of the spec goes https://datatracker.ietf.org/doc/html/rfc7644#section-3.4.2 and https://datatracker.ietf.org/doc/html/rfc7644#section-3.4.3 are not implemented yet.
-
## Is your feature request related to a problem? Please describe.
If a Keycloak IdP is used for authentication, the groups from Keycloak could also be used for ownCloud.
## Describe the solution y…
-
### Is your feature request related to a problem? Please describe
**Background**
Currently, a data node performs both indexing and searching, leading to workload interference between these tasks. …
-
**Describe the bug**
When a function which calls JsonUtils.replaceValue is given a null, an NullPointerException is thrown by UpdatingNodeVisitor when attempting to deepCopy() that null.
**To Repr…
-
In the wake of the [exact-printer](https://github.com/haskell/cabal/issues/7544) initiative, [I proposed another approach](https://twitter.com/Profpatsch/status/1426523345730908161): why not say good …