|
|
7/19/2016 3:03:52 AM
Allow logout with expired refresh token
|
|
|
|
|
7/15/2016 5:19:52 PM
Added test for missing response_type
|
|
|
|
|
|
|
7/15/2016 8:29:16 AM
Add support for jetty in spring-boot-adapter
|
7/11/2016 8:44:54 PM
adds support for using Jetty together with the Keycloak
spring-boot-adapter. Sadly the KeycloakSpringBootProperties.SecurityCollection
definition is mostly inspired by Tomcats SecurityConstraint/SecurityCollection
which doesn't provide a good fit for jettys structures.
In cases where jetty only allows one setting, we use the first value.
We only initialize KeycloakJettyServerCustomizer if jetty is used, same
applies for tomcat.
Revised configuration and extracted serverCustomizer code into
dedicated classes.
Prepared infrastructure for Undertow support.
|