Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scim.dev: User schema, Binaries have to be case-exact by definition. #67

Open
thijsk opened this issue May 21, 2024 · 0 comments
Open

Comments

@thijsk
Copy link

thijsk commented May 21, 2024

This is perhaps not the correct place to report this, but I couldn't find a better place.

This concerns the "User" schema on the scim.dev website.

According to RFC 7643, section 2.3.6. an attribute of the "binary" type has to be declared case sensitive.
Currently, the value attribute of the User schema is define as "caseExact": false, which is incorrect.

This was found using the the scim-for-keycloak SCIM client which validated the schema and throws this error:
The attribute with the name 'urn:ietf:params:scim:schemas:core:2.0:User:x509Certificates.value' has an invalid declaration. Binaries have to be case-exact by definition.

Looking at the RFC, I think the client is correct and the schema is indeed invalid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant