Client Authentication
Configuring client authentication
Basics of client authentication configuration in Authlete and how client authentication works in the context of processing token requests.
Client authentication using client_secret_jwt method
Technical information about client authentication using the client_secret_jwt method in OAuth 2.0 and OpenID Connect.
Client authentication using private_key_jwt method
Technical information on client authentication using the private_key_jwt method in OAuth 2.0 with an overview of the method setup instructions with Authlete and requirements for both the client and the authorization server side.
Client authentication using tls_client_auth method
Overview and instructions on enabling client authentication using TLS client authentication method in Authlete.
Strict checking on client authentication parameters
Strict checking on client authentication parameters in Authlete version 2.0 requires specific configurations and values in token requests with differences from the previous version to note during migration.