Purpose

Specifies the consumer key or the client ID of the authorization server when authenticating using the OAuth 2.0 JWT bearer grant type. This property must be specified when the JWT bearer grant type is enabled.

Valid Values

String

where:

String

is the consumer key or client ID

Notes

  • See "OAuth 2.0 authentication" for more information.

Data Source Methods

public String getClaimsIssuer()

public void setClaimsIssuer(String)

Default Value

No default value

Data Type

String