Skip to content

1.6.0

Compare
Choose a tag to compare
@Captain-P-Goldfish Captain-P-Goldfish released this 29 Jun 12:13
· 841 commits to master since this release

Enhancements:

  • added a possibility to do custom request validations based on the accessed resource type. Simply add a Consumer implementation to the resourceEndpoint.handleRequest method
  • updated some dependencies to newer versions

Bug fixes:

  • Fixed nullpointer if the given authorization instance returned a null instance for the user-roles

Incompatible changes to previous versions:

  • fixed a typo in a constant name HttpHeader.AUTHORIZATION

Samples:

  • Extended the keycloak-scim-sdk example by saving and reading all user attributes
  • Added a profile to build a docker-image that can be used to test the application with the newest keycloak version