From 08320890b1471c1531d94519045ea2f7a080f605 Mon Sep 17 00:00:00 2001 From: Thomas Darimont Date: Thu, 21 Apr 2016 20:23:12 +0200 Subject: [PATCH] KEYCLOAK-2891: Add link to OpenID Endpoint Configuration to realm details page We now show a link to the OIDC Endpoints configuration in the realm details page. This makes it easier for users to find the OIDC endpoints. --- .../base/admin/messages/admin-messages_en.properties | 2 ++ .../theme/base/admin/resources/partials/realm-detail.html | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/themes/src/main/resources/theme/base/admin/messages/admin-messages_en.properties b/themes/src/main/resources/theme/base/admin/messages/admin-messages_en.properties index 6658b51a3c..b231ac1475 100644 --- a/themes/src/main/resources/theme/base/admin/messages/admin-messages_en.properties +++ b/themes/src/main/resources/theme/base/admin/messages/admin-messages_en.properties @@ -17,9 +17,11 @@ selectOne=Select One... true=True false=False +endpoints=Endpoints # Realm settings realm-detail.enabled.tooltip=Users and clients can only access a realm if it's enabled +realm-detail.oidc-endpoints.tooltip=Shows the configuration of the OpenID Connect endpoints registrationAllowed=User registration registrationAllowed.tooltip=Enable/disable the registration page. A link for registration will show on login page too. registrationEmailAsUsername=Email as username diff --git a/themes/src/main/resources/theme/base/admin/resources/partials/realm-detail.html b/themes/src/main/resources/theme/base/admin/resources/partials/realm-detail.html index 6a694f1f11..04a5478759 100755 --- a/themes/src/main/resources/theme/base/admin/resources/partials/realm-detail.html +++ b/themes/src/main/resources/theme/base/admin/resources/partials/realm-detail.html @@ -31,6 +31,14 @@ {{:: 'realm-detail.enabled.tooltip' | translate}} +
+ + + {{:: 'realm-detail.oidc-endpoints.tooltip' | translate}} +
+