Client Registration Parameters - maduvena/jans-docs GitHub Wiki

Client Authentication methods

Configuring the Jans-Auth server so that clients can support a fixed set of authentication methods:

Field Value Description
tokenEndpointAuthMethodsSupported [client_secret_basic,client_secret_post,client_secret_jwt,\n private_key_jwt,tls_client_auth,self_signed_tls_client_auth] A list of Client Authentication methods supported by this Token Endpoint
tokenEndpointAuthSigningAlgValuesSupported [HS256,RS256]] A list of the JWS signing algorithms (alg values) supported by the Token Endpoint for the signature on the JWT used to authenticate the Client at the Token Endpoint for the private_key_jwt and client_secret_jwt authentication methods

Configure the AS using steps explained in the link