<inputtype="radio"name="tokenEndpointAuthMethod"value="client_secret_basic"<%-(client.token_endpoint_auth_method =='client_secret_basic'?'checked':'')%>> Client Secret over HTTP Basic
</label>
<labelclass="radio">
<inputtype="radio"name="tokenEndpointAuthMethod"value="client_secret_post"<%-(client.token_endpoint_auth_method =='client_secret_post'?'checked':'')%>> Client Secret over HTTP POST
</label>
<labelclass="radio">
<inputtype="radio"name="tokenEndpointAuthMethod"value="client_secret_jwt"<%-(client.token_endpoint_auth_method =='client_secret_jwt'?'checked':'')%>> Client Secret via symmetrically-signed JWT assertion
<optionvalue="HS256"<%-client.token_endpoint_auth_signing_alg =="HS256"?'selected':''%> data-i18n="client.client-form.signing.hmac-256">HMAC using SHA-256 hash algorithm</option>
<optionvalue="HS384"<%-client.token_endpoint_auth_signing_alg =="HS384"?'selected':''%> data-i18n="client.client-form.signing.hmac-384">HMAC using SHA-384 hash algorithm</option>
<optionvalue="HS512"<%-client.token_endpoint_auth_signing_alg =="HS512"?'selected':''%> data-i18n="client.client-form.signing.hmac-512">HMAC using SHA-512 hash algorithm</option>
<optionvalue="RS256"<%-client.token_endpoint_auth_signing_alg =="RS256"?'selected':''%> data-i18n="client.client-form.signing.rsassa-256">RSASSA using SHA-256 hash algorithm</option>
<optionvalue="RS384"<%-client.token_endpoint_auth_signing_alg =="RS384"?'selected':''%> data-i18n="client.client-form.signing.rsassa-384">RSASSA using SHA-384 hash algorithm</option>
<optionvalue="RS512"<%-client.token_endpoint_auth_signing_alg =="RS512"?'selected':''%> data-i18n="client.client-form.signing.rsassa-512">RSASSA using SHA-512 hash algorithm</option>
<optionvalue="ES256"<%-client.token_endpoint_auth_signing_alg =="ES256"?'selected':''%> data-i18n="client.client-form.signing.ecdsa-256">ECDSA using P-256 curve and SHA-256 hash algorithm</option>
<optionvalue="ES384"<%-client.token_endpoint_auth_signing_alg =="ES384"?'selected':''%> data-i18n="client.client-form.signing.ecdsa-384">ECDSA using P-384 curve and SHA-384 hash algorithm</option>
<optionvalue="ES512"<%-client.token_endpoint_auth_signing_alg =="ES512"?'selected':''%> data-i18n="client.client-form.signing.ecdsa-512">ECDSA using P-512 curve and SHA-512 hash algorithm</option>