Serialize and validate according to ServiceProviderConfig
#25
Labels
enhancement
New feature or request
ServiceProviderConfig
#25
Passing ServiceProviderConfig to the serialization and validation context would allow to check for additional things.
For example:
changePassword
is not supported by a server, then it could raise aValidationError
when used in aRESOURCE_REPLACEMENT_QUERY_CONTEXT
for instance.etag
is not supported, then response contexts should reject payloads containing etags.filter
orsort
are not supported, then they should not be passed when buildingSearchRequest
objects.The text was updated successfully, but these errors were encountered: