OIDC client authentication
OIDC clients use the authentication methods described in OAuth 2.0 client authentication.
OIDC clients must set the authentication method in their profile. In the AM admin UI, go to Realms > Realm Name > Applications > OAuth 2.0 > Advanced and select the method in the Token Endpoint Authentication Method drop-down list:
Method | Description |
---|---|
|
The client sends its credentials in an HTTP Basic |
|
The client sends its credentials as When a client authenticates with form parameters,
the server can store POST data on the user-agent in an |
|
The client is public and does not authenticate. Public clients do not authenticate even if the authentication method is different from |
|
The client sends its credentials as a JSON Web Token (JWT). |
|
The client uses a self-signed certificate for mutual TLS authentication. |
|
The client uses a CA-signed certificate for mutual TLS authentication. |