-
When attempting to create a user on IS 5.6.0, with the default claim mappings & SCIM endpoint security turned off, with the command:
```
curl -k -H "Content-Type: application/json" -d "{"password": …
-
per [RFC 7643 section 2.4](https://tools.ietf.org/html/rfc7643#section-2.4):
"When returning multi-valued attributes, service providers SHOULD canonicalize the value returned (e.g., by returning a va…
-
The possibility to use the "primary" flag in SCIM2 spec to determine which email address or phone number is set as the primary is introduced from https://github.com/wso2/product-is/issues/3823
But th…
-
on a fresh installation of WSO2IS 5.6.0, with WUM update 1557362049847, the user response does not include the meta attribute "location" as described in RFC 7643 section 3.1 under the "meta" heading's…
-
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…
-
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-…
-
[RFC 7643, Section 3](https://datatracker.ietf.org/doc/html/rfc7643#section-3) states
> "Schemas" Attribute
[...]
Value order is not specified and MUST NOT impact behavior.
I have …
-
For the sake of usage convenience, scim2-cli should provide custom commands for every models, for example on `create` and `replace` command:
```console
scim create user --user-name foo --name.form…
-
BPO | [22232](https://bugs.python.org/issue22232)
--- | :---
Nosy | @malemburg, @warsaw, @nascheme, @terryjreedy, @gpshead, @vstinner, @jwilk, @ezio-melotti, @stevendaprano, @bitdancer, @vadmium, @ser…
-
Hello, how are you?
In RFC 7643 is is stated the the userName attribute is case insensitive.
When filtering on a username with a different case, it does not work.
See attached screenshot.
…