From 73a9c8af1c7da000a816a4d700434dc397a65523 Mon Sep 17 00:00:00 2001 From: mposolda Date: Thu, 19 Sep 2019 17:07:34 +0200 Subject: [PATCH] KEYCLOAK-9809 KEYCLOAK-8575 Release note for client authentication in OIDC identity providers --- release_notes/topics/8_0_0.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/release_notes/topics/8_0_0.adoc b/release_notes/topics/8_0_0.adoc index 2d270bb3c5..4a1fcef30c 100644 --- a/release_notes/topics/8_0_0.adoc +++ b/release_notes/topics/8_0_0.adoc @@ -47,6 +47,12 @@ It is now possible to use system properties and environment variables within the Thanks to https://github.com/tnorimat[tnorimat], we support more signing algorithms for client authentication with signed JWT. +== Configurable client authentication method for OIDC Identity providers + +In this release, possibility to authenticate OIDC providers with signed JWT or basic authentication was added. So all the client +authentication methods mentioned in the https://openid.net/specs/openid-connect-core-1_0.html#ClientAuthentication[OIDC specification] +are supported now. Thanks to https://github.com/madgaet[madgaet] and https://github.com/rradillen[rradillen] for contributions. + == Support enable/disable logging into the JavaScript adapter Thanks to https://github.com/jonkoops[jonkoops] now it's possible to enable or disable logging for the JS adapter.