client-id

The client identifier, which is used when calling out to the authentication service.

Syntax

client-id = client-id

Description

The client identifier, which is used when authenticating to the callout services:
  • If this entry is specified and authentication-endpoint and client-secret are not provided, this value will be used as a bearer token.
  • If this value is surrounded by "{" and "}", the value will be substituted for the value of a credential attribute with the same name and used as a bearer token.
  • If this entry is specified and authentication-endpoint is not provided, this value and client-secret will be used to construct a basic authentication header, where client-id is the username and client-secret is the password.

Options

client-id
The client identifier.

Usage

This stanza entry is optional.

Default Value

None.

Example

client-id = testuser