-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add support for model validation #559
Comments
Sorry for the delay here, Either way, this is something that should be handled in SCIMple |
I've been kicking a few things around in the back of my head related to this for a while. There are a few annotations present on some of the resources, but it's minimal. This is possible, but it's probably overkill... There were a few options:
The real question I should ask... Does anyone truly need support for Jakarta Validation?
|
I'm trying scim-server-spring-boot example and everything is working fine. But i noticed that SCIMple library doesn't do any kind of validation on JSON request provided.
For example If i create user using below JSON request naming userName__ field instead of userName (by standard User standard Schema the correct name to be userName) i get 201 created instead of 400 bad request. The same result if i remove userName field although it is mandatory. Why? Is there something I'm not configuring well or that needs to be implemented by me?
Please let me know.
Thanks
The text was updated successfully, but these errors were encountered: