Releases: VonDerBeck/camunda-identity-keycloak
Releases · VonDerBeck/camunda-identity-keycloak
0.6.1-SNAPSHOT
Fixed errors:
- Hostname verification must be turned off when disabling SSL certificate validation
0.6.0-SNAPSHOT
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
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
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