You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context-based ServiceProvider configuration
Configuration options of the ServiceProvider can now be set directly on the Context object.
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 the ServiceProvider that allows required attributes to be ignored during request processing.
Enhancements
Automatic handling of binary attributes
If a binary schemaAttribute is not marked as caseExact, the application will now enforce this automatically instead of throwing an error.