OIDC client authentication
OIDC clients use the authentication methods described in Client application authentication.
OIDC clients must set the authentication method in their profile. In the Advanced Identity Cloud admin UI, go to Applications > Client ID > Sign On > General Settings > Show advanced settings > Authentication 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. |