Skip to content

Releases: VonDerBeck/camunda-identity-keycloak

0.6.1-SNAPSHOT

30 Apr 06:38
Compare
Choose a tag to compare
0.6.1-SNAPSHOT Pre-release
Pre-release

Fixed errors:

  • Hostname verification must be turned off when disabling SSL certificate validation

0.6.0-SNAPSHOT

04 Apr 08:24
Compare
Choose a tag to compare
0.6.0-SNAPSHOT Pre-release
Pre-release

New features:

  • new flag useUsernameAsCamundaUserId for using the Keycloak username attribute as Camunda User ID
  • possibility to define the attribute administratorUserId using the admin's username

0.5.0-SNAPSHOT

11 Mar 11:10
Compare
Choose a tag to compare
0.5.0-SNAPSHOT Pre-release
Pre-release

Fixed errors:

  • Configured administrator group hasn't been added correctly to the processes engine configuration - needed mapping from group name to ID.

New features:

  • Implemented sort criteria for user and group queries

0.4.0-SNAPSHOT

01 Mar 13:19
Compare
Choose a tag to compare
0.4.0-SNAPSHOT Pre-release
Pre-release

Features:

  • ReadOnlyIdentityProvider
  • Broad support for user and group queries
  • Compatible with Spring Boot OAuth2 SSO

Tested with: Keycloak 4.8.3.Final, Camunda 7.10.0 and Camunda 7.10.1-ee

Known limitations:

  • A strategy to distinguish SYSTEM and WORKFLOW groups is missing. Currently only the administrator group is mapped to type SYSTEM.
  • Sort criteria for queries not yet implemented