From d4e85dca96635fd735a1ef0028d22447a469d55c Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Thu, 22 Aug 2024 11:08:29 +0200 Subject: [PATCH] The client-auth extension was archived by its authors (#486) Signed-off-by: Alexander Schwartz --- extensions/client-authorization.json | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 extensions/client-authorization.json diff --git a/extensions/client-authorization.json b/extensions/client-authorization.json deleted file mode 100644 index 2500716f..00000000 --- a/extensions/client-authorization.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "Client Authorization", - "description": "Adds authorization capabilities to keycloak for a given client, whether the client itself has the capability to handle authorization or not.", - "website": "https://github.com/cloudtrust/keycloak-authorization" -}