-
-
Notifications
You must be signed in to change notification settings - Fork 9
Serialize and validate according to ServiceProviderConfig #25
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Passing ServiceProviderConfig to the serialization and validation context would allow to check for additional things.
For example:
- if
changePasswordis not supported by a server, then it could raise aValidationErrorwhen used in aRESOURCE_REPLACEMENT_QUERY_CONTEXTfor instance. - if
etagis not supported, then response contexts should reject payloads containing etags. - if
filterorsortare not supported, then they should not be passed when buildingSearchRequestobjects.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request