fabbricadigitale / scimd

SCIM v2 golang implementation
MIT License
5 stars 1 forks source link

Validator to check mutability/returned values #45

Closed alelb closed 6 years ago

alelb commented 6 years ago

This validator checks that if an attribute with a mutability of "writeOnly" has a returned setting of "never" (rfc7643).

leodido commented 6 years ago

Try to use isField cross-field custom validator.

alelb commented 6 years ago

No need to implement that as @leogr commented in #7. So I'll close this issue.