From 53b28aaa7ea87ebb7a326cf313ecf288c30d4514 Mon Sep 17 00:00:00 2001 From: madgaet Date: Sat, 14 Sep 2019 01:24:20 +0200 Subject: [PATCH] [KEYCLOAK-9809] Support private_key_jwt authentication for external IdP --- .../theme/base/admin/messages/admin-messages_en.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6f53fa41e2..73a638a8cf 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 @@ -582,7 +582,7 @@ backchannel-logout.tooltip=Does the external IDP support backchannel logout? user-info-url=User Info URL user-info-url.tooltip=The User Info Url. This is optional. client-auth=Client Authentication -client-auth.tooltip=The client authentication methdod (cfr. https://openid.net/specs/openid-connect-core-1_0.html#ClientAuthentication). +client-auth.tooltip=The client authentication method (cfr. https://openid.net/specs/openid-connect-core-1_0.html#ClientAuthentication). In case of JWT signed with private key, the realm private key is used. client-auth.client_secret_post=Client secret sent as post client-auth.client_secret_basic=Client secret sent as basic auth client-auth.client_secret_jwt=Client secret as jwt