Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.8.2
-
None
Description
Current Situation
- The RESTClientJob supports Basic authentication,.
- The request body cannot be sent in application/x-www-form-urlencoded format.
Desired Behavior
- The RESTClientJob should support the Client Credentials Flow.
- The request body should be sent in application/x-www-form-urlencoded format using the urlEncodedData key instead of the body key in the request JSON.
- Sensitive information such as the Client ID and Client Secret can be specified from variables holding encrypted values. Related request headers can reference variables using the syntax %{client_id} and %{client_secret} if variables with this name exist and hold encrypted values, see
JITL-763.
Attachments
Issue Links
- relates to
-
JITL-763 Java Job API supports delayed substitution using %{argument_name} syntax
-
- Released
-