SCIM Server
Features
- Context-based ServiceProvider configuration
Configuration options of theServiceProvidercan now be set directly on theContextobject.
This makes it possible to adjust request behavior based on the authenticated user instead of relying solely on global configuration.
Using this mechanism is entirely optional. - Optional validation of required attributes
A new validation option has been added to theServiceProviderthat allows required attributes to be ignored during request processing.
Enhancements
- Automatic handling of binary attributes
If a binaryschemaAttributeis not marked ascaseExact, the application will now enforce this automatically instead of throwing an error.