From 6662e07ccda7c2d8b3a128c654bcac252fce7b6a Mon Sep 17 00:00:00 2001 From: mposolda Date: Wed, 21 Oct 2020 18:28:47 +0200 Subject: [PATCH] FAPI RW support to release notes --- release_notes/topics/12_0_0.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/release_notes/topics/12_0_0.adoc b/release_notes/topics/12_0_0.adoc index 924c2928a1..c54a67abf3 100644 --- a/release_notes/topics/12_0_0.adoc +++ b/release_notes/topics/12_0_0.adoc @@ -5,3 +5,9 @@ Support for specification of AuthnContext section in authentication requests issued by SAML identity provider has been added. Thanks to https://github.com/lscorcia[lscorcia] + +== FAPI RW support and initial support to Client policies + +There was lots of the work done to have support for Financial-grade API Read and Write API Security Profile (FAPI RW). This is available +with the usage of Client policies and it is still in the preview state. You can expect more polishing in the next releases. +Thanks to https://github.com/tnorimat[Takashi Norimatsu] and all the members of the https://github.com/keycloak/kc-sig-fapi[FAPI Special interest group].