Purpose

Determines how client credentials are sent in a request to obtain an access token when using OAuth 2.0. Configure this property for flows that require client credentials to be specified as only a basic authentication header or as only a URL parameter.

Valid Values

Default | Basic | URL | Post

Behavior

If set to Default, the client credentials are sent as a basic authentication header.

If set to Basic, the client credentials are sent as a basic authentication header.

If set to Url, the client credentials are sent as a URL parameter.

If set to Post, the client credentials are sent in the body of a POST request.

Notes

  • This property is not required for all authentication flows. If you are unsure of the requirements for your authentication flow, contact your administrator for more information.

Data Source Methods

public String getClientCredentialsMode()

public void setClientCredentialsMode(String)

Default Value

Default

Data Type

String