Chapter 1. Red Hat Single Sign-On Continuous Delivery 7

1.1. Highlights

1.1.1. WildFly 17 Upgrade

Keycloak server was upgraded to use WildFly 17 under the covers.

1.1.2. Tomcat 9 adapter support

Java adapter for Apache Tomcat 8 and Apache Tomcat 9 was unified and now it serves for both of them.

1.1.3. New Account Console

A lot of work has been done on the new Account Console and Account REST API. It’s not quite ready yet, but it’s getting there and hopefully will be fully done for Keycloak 8.

1.1.4. Testing and release automation

The Keycloak team has spent a significant amount of time on automation around testing and releases both for Keycloak and Red Hat Single Sign-On.

1.2. Other improvements

  • PKCE support added to JavaScript adapter. Thanks to thomasdarimont
  • Oracle database support added to Keycloak container image. Thanks to nerdstep
  • Clock Skew support added to SAML adapter. Thanks to steevebtib
  • TypeScript support for Node.js adapter. Thanks to evanshortiss
  • Allow Gatekeeper to provide unencrypted token in header, while encrypting in cookie. Thanks to fredbi