-
**Description:**
The address object not compliant with RFC7643 section 4.1.2 where it is defined as a multivalued complex datatype.
The current release (and probably even older ones) realizes Addr…
-
Same as #72 but for `adresses[].display`
-
I use scim2-tester against the [scimmy-routers](https://github.com/scimmyjs/scimmy-routers) middleware for [express](https://expressjs.com/)
It appears that scimmy-test sends `$ref` sub attributes …
-
We do support RFC 9068 -- the basic access token specification using a JWT. In that specification, it recommends using RFC 7643 for System for Cross-domain Identity Management (SCIM) to describe group…
-
[RFC7643 §2.3.1](https://datatracker.ietf.org/doc/html/rfc7643#autoid-8) indicates that string types with canonical values defined can or cannot have other values, depending on the server configuratio…
-
### Pitch
Currently mastodon has an endpoint that is `GET /api/v1/accounts/verify_credentials` which returns information on the currently authenticated user. The "standard" way via OIDC would be to s…
-
I believe there is an issue where comparison filters on string type attributes do not support case insensitive matching. I think this should be supported based on reading
https://datatracker.ietf.org…
-
Scim defines its datetime field (https://datatracker.ietf.org/doc/html/rfc7643#section-2.3.5) as following the w3 xsd schema (https://www.w3.org/TR/xmlschema11-2/#dateTime). Currently the dateTime va…
-
This is more of a question rather than an issue.
Currently the `externalId` is UNIQUE KEY in `scim_id` table which is a driver for Primary Keys and Meta info for various Resources. That does not work…
-
[RFC7644 §3.4.3](https://datatracker.ietf.org/doc/html/rfc7644#section-3.4.3) detail partial responses (with the use of `attributes`/`excludedAttributes`) that do not contain a schemas.
```json
…