From 1d905494c0eb3071a53c3f867c3c6033ffc468d0 Mon Sep 17 00:00:00 2001 From: mposolda Date: Thu, 15 Aug 2019 16:07:30 +0200 Subject: [PATCH] KEYCLOAK-6768 Added note about encrypted ID token support --- release_notes/topics/7_0_0.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release_notes/topics/7_0_0.adoc b/release_notes/topics/7_0_0.adoc index 97c7ab19fa..a4f68b5c00 100644 --- a/release_notes/topics/7_0_0.adoc +++ b/release_notes/topics/7_0_0.adoc @@ -13,6 +13,10 @@ Java adapter for Apache Tomcat 8 and Apache Tomcat 9 was unified and now it serv 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. +== Signed and Encrypted ID Token Support + +{project_name} can support the signed and encrypted ID token according to Json Web Encryption (JWE) specification. + == Testing and release automation The Keycloak team has spent a significant amount of time on automation around testing and releases both for Keycloak and