Release notes for WebAuthn

This commit is contained in:
mposolda 2019-10-24 18:24:32 +02:00 committed by Stian Thorgersen
parent cef9a6f009
commit 230a5aacec

View file

@ -30,8 +30,19 @@ SPI was designed for situations when the IDP offer no way to map roles before ad
Keycloak server was upgraded to use WildFly 18 under the covers. Keycloak server was upgraded to use WildFly 18 under the covers.
== W3C Web Authentication support
In this release, we added initial support for W3C Web Authentication (WebAuthn). There are a few limitations in current implementation,
however we are working on further improvements in this area. Thanks to https://github.com/tnorimat[tnorimat] for the contribution. Also thanks to
https://github.com/ynojima[ynojima] for the help and feedback.
= Other Improvements = Other Improvements
== System properties and environment variables support in theme.properties == System properties and environment variables support in theme.properties
It is now possible to use system properties and environment variables within theme.properties file. Thanks to https://github.com/Opa-[Opa-] It is now possible to use system properties and environment variables within theme.properties file. Thanks to https://github.com/Opa-[Opa-]
== Support more signing algorithms for client authentication with signed JWT
Thanks to https://github.com/tnorimat[tnorimat], we support more signing algorithms for client authentication with signed JWT.