Purpose

Specifies the file path of the certificate store containing the private key used for the OAuth 2.0 JWT bearer grant type. This keystore can be a JKS file or a PKCS12 file. This property must be specified when JWT Bearer grant authentication is enabled.

Valid Values

String

where:

String

is the file path for the JWT certificate store.

Notes

  • See "OAuth 2.0 authentication" for more information.

Data Source Methods

public String getJwtCertStore()

public void setJwtCertStore(String)

Default Value

No default value

Data Type

String