Open
Description
Passing ServiceProviderConfig to the serialization and validation context would allow to check for additional things.
For example:
- if
changePassword
is not supported by a server, then it could raise aValidationError
when used in aRESOURCE_REPLACEMENT_QUERY_CONTEXT
for instance. - if
etag
is not supported, then response contexts should reject payloads containing etags. - if
filter
orsort
are not supported, then they should not be passed when buildingSearchRequest
objects.
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
[-]Serialize and validate according to `ServiceProviderConfiguration`[/-][+]Serialize and validate according to `ServiceProviderConfig`[/+]