You open the REST Server agent configuration dialog from a workflow configuration: you can right-click the agent icon and select Configuration..., or double-click the agent icon.
General Tab
The General tab contains settings related to the location and authentication of the REST server.
...
Note |
---|
You can find the TLS hanshake failed error from the EC log. You can also find the error if you have debug turned on your workflow monitor. |
Authentication Tab
The Authentication tab contains settings related to the OAuth 2.0 Authentication for the REST Server agent.
...
Setting | Description | |||||
---|---|---|---|---|---|---|
OAuth 2.0 Authentication | If enabled, the REST Server agent will check all incoming HTTP requests for access tokens and validate the access tokens. Only access tokens generated by the Authorization Server will be accepted.
| |||||
OAuth Truststore | Path to the truststore where the public key for access token validation from the OAuth2 Service is stored. Only Java KeyStore (JKS) format is supported. Enter the full path to a truststore file on the local or mounted disk on the execution host. | |||||
OAuth Truststore Password | The password for the truststore
| |||||
JWT Public Key Alias | The alias of the key inside the truststore to be used to access token validation. The key referred here is the public key of the RSA key pair defined in the "jwt" configuration of the Authorization Server.
|
Advanced Tab
The Advance tab contains additional properties that can be configured for the REST Server agent.
...
You open the REST Server agent configuration dialog from a workflow configuration: you can right-click the agent icon and select Configuration..., or double-click the agent icon.
General Tab
The General tab contains settings related to the location and authentication of the REST server.
...
Note |
---|
To generate the keystore file using , please refer to the 2.2.11 keytool command. |
Authentication Tab
The Authentication tab contains settings related to the OAuth 2.0 Authentication for the REST Server agent.
...
Setting | Description | |||||
---|---|---|---|---|---|---|
OAuth 2.0 Authentication | If enabled, the REST Server agent will check all incoming HTTP requests for access tokens and validate the access tokens. Only access tokens generated by the Authorization Server will be accepted.
| |||||
OAuth Truststore | Path to the truststore where the public key for access token validation from the OAuth2 Service is stored. Only Java KeyStore (JKS) format is supported. Enter the full path to a truststore file on the local or mounted disk on the execution host. | |||||
OAuth Truststore Password | The password for the truststore
| |||||
JWT Public Key Alias | The alias of the key inside the truststore to be used to access token validation. The key referred here is the public key of the RSA key pair defined in the "jwt" configuration of the Authorization Server.
|
Advanced Tab
The Advance tab contains additional properties that can be configured for the REST Server agent.
...