Skip to content

MCP Keycloak SPI Providers 0.12.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@oliverhaagh oliverhaagh released this 01 Mar 09:49
· 165 commits to master since this release
44f331c

Changes in this release

  • Upgraded to Keycloak 12.0.3
  • When converting certificates to tokens non-human attributes like IMO number, etc., are now also added to token
  • Align extracting certificate from HTTP header to conform with how NGINX escapes certificates
    • All occurrences of $ssl_client_cert in NGINX config should be replaced with $ssl_client_escaped_cert
  • Various other dependency upgrades