client Authenticator Type
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-jwtUse signed JWT to authenticate client. Set signing algorithm inextra_configwithattributes.token.endpoint.auth.signing.alg = <alg>client-x509Use x509 certificate to authenticate client. Set Subject DN inextra_configwithattributes.x509.subjectdn = <subjectDn>client-secret-jwtUse signed JWT with client secret to authenticate client. Set signing algorithm inextra_configwithattributes.token.endpoint.auth.signing.alg = <alg>