From 9131e7e73cfb8e6819d907f26e2dce9be52524fc Mon Sep 17 00:00:00 2001 From: Stan Silvert Date: Wed, 4 Oct 2017 14:03:39 -0400 Subject: [PATCH] KEYCLOAK-4248: Remove revocation tab for SAML clients. --- .../theme/base/admin/resources/templates/kc-tabs-client.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/src/main/resources/theme/base/admin/resources/templates/kc-tabs-client.html b/themes/src/main/resources/theme/base/admin/resources/templates/kc-tabs-client.html index 0c532a6ec6..aa91fe8789 100755 --- a/themes/src/main/resources/theme/base/admin/resources/templates/kc-tabs-client.html +++ b/themes/src/main/resources/theme/base/admin/resources/templates/kc-tabs-client.html @@ -26,7 +26,7 @@ data-ng-show="serverInfo.featureEnabled('AUTHORIZATION') && !disableAuthorizationTab && client.authorizationServicesEnabled"> {{:: 'authz-authorization' | translate}} -
  • {{:: 'revocation' | translate}}