From 96b729886fdab80b1488caf6eb7879c9a24166e7 Mon Sep 17 00:00:00 2001 From: Thomas Darimont Date: Wed, 10 Aug 2016 00:44:14 +0200 Subject: [PATCH] KEYCLOAK-3391 Better control of service account roles tab visibility Previously the service account roles remain visible when changing the client type from confidential to public or bearer only. We now only show the service account roles tab iif: - service accounts are enabled - client access type is set to confidential --- .../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 df202f7b85..a0d88c645d 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 @@ -39,7 +39,7 @@ {{:: 'installation.tooltip' | translate}} -
  • +
  • {{:: 'service-account-roles' | translate}} {{:: 'service-account-roles.tooltip' | translate}}