Skip to content

1.31.0

Choose a tag to compare

@Captain-P-Goldfish Captain-P-Goldfish released this 22 Feb 09:10
· 5 commits to main since this release

SCIM Server

Features

  • 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.