Solace Consume

Enterprise only Premium Partner

OAuth 2.0 client credentials authenticationv3.15+

Authenticate to a Solace broker using OAuth 2.0 client credentials. Kong Gateway fetches and renews access tokens automatically.

Prerequisites

  • Solace installed and running

  • An OAuth 2.0 identity provider that supports the client credentials grant

  • The Solace broker configured to accept OAuth 2.0 tokens

Environment variables

  • SOLACE_HOST: The IPv4 or IPv6 address or hostname of the Solace broker. Use a TLS listener, for example tcps://127.0.0.1:55443.

  • SOLACE_QUEUE: The name of the Solace queue to consume from.

  • TOKEN_ENDPOINT_URL: The URL of the OAuth 2.0 token endpoint.

  • CLIENT_ID: The OAuth 2.0 client ID.

  • CLIENT_SECRET: The OAuth 2.0 client secret.

Set up the plugin

Help us make these docs great!

Kong Developer docs are open source. If you find these useful and want to make them better, contribute today!