client Authenticator Type
Parameters
value
Defaults to client-secret
. The authenticator type for clients with an access_type
of CONFIDENTIAL
or BEARER-ONLY
. A default Keycloak installation will have the following available types:
client-secret
(Default) Use client id and client secret to authenticate client.client-jwt
Use signed JWT to authenticate client. Set signing algorithm inextra_config
withattributes.token.endpoint.auth.signing.alg = <alg>
client-x509
Use x509 certificate to authenticate client. Set Subject DN inextra_config
withattributes.x509.subjectdn = <subjectDn>
client-secret-jwt
Use signed JWT with client secret to authenticate client. Set signing algorithm inextra_config
withattributes.token.endpoint.auth.signing.alg = <alg>