[KEYCLOAK-9809] Support private_key_jwt authentication for external IdP
This commit is contained in:
parent
c35718cb87
commit
53b28aaa7e
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@ backchannel-logout.tooltip=Does the external IDP support backchannel logout?
|
||||||
user-info-url=User Info URL
|
user-info-url=User Info URL
|
||||||
user-info-url.tooltip=The User Info Url. This is optional.
|
user-info-url.tooltip=The User Info Url. This is optional.
|
||||||
client-auth=Client Authentication
|
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_post=Client secret sent as post
|
||||||
client-auth.client_secret_basic=Client secret sent as basic auth
|
client-auth.client_secret_basic=Client secret sent as basic auth
|
||||||
client-auth.client_secret_jwt=Client secret as jwt
|
client-auth.client_secret_jwt=Client secret as jwt
|
||||||
|
|
Loading…
Reference in a new issue