Generate a client access token
POST/realms/partner/protocol/openid-connect/token
Retrieve a client token using the OAuth 2.0 client credentials grant.
Request
Responses
- 200
- 400
- 401
Client token issued successfully
Bad request. The request is malformed or uses an unsupported grant type.
Client authentication failed.