Skip to content

MCP Keycloak SPI Providers 0.12.0

Compare
Choose a tag to compare
@oliverhaagh oliverhaagh released this 17 May 15:14
· 159 commits to master since this release
0084399

Changes in this release

  • Upgraded to Keycloak 12.0.4
  • 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