From cb03d546217342df41cc56e488487ec1334ba832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Sun, 26 Jul 2020 18:09:47 +0200 Subject: [PATCH] Add fine-grained authorization to FEATURES.md --- docs/FEATURES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/FEATURES.md b/docs/FEATURES.md index 3d8a80e05..58e9707f9 100644 --- a/docs/FEATURES.md +++ b/docs/FEATURES.md @@ -4,6 +4,7 @@ | -------------------------------------------------- | ----- | -------------------------------------------------------------------------------------------------------- | | Create clients | 1.0.0 | Create client configuration (inclusive protocolMappers) while creating or updating realms | | Update clients | 1.0.0 | Update client configuration (inclusive protocolMappers) while updating realms | +| Manage fine-grained authorization of clients | 2.2.0 | Add and remove fine-grained authorization resources and policies of clients | | Add roles | 1.0.0 | Add roles while creating or updating realms | | Update roles | 1.0.0 | Update role properties while updating realms | | Add composites to roles | 1.3.0 | Add role with realm-level and client-level composite roles while creating or updating realms |