Hi,
We are getting "Full authentication required error " while calling post api to debug WORKFLOW Adapter locally (custom jar file). We have validated following things multiple times, please suggest if we missed anything
1.Header that we are passing in API request is Correct: Env URL, Authorization, Content Type
2.Credential authentication - We have verified this multiple times and its correct
3.Rechecked the workflow settings, permissions for users-ALL OK
4. Validated API endpoint, and also the env details --
curl --location 'http://localhost:8080/workflow-adapter/workflow/tenantid/jarDeployments' \
--header 'EnvironmentURL: https://test1-usg.reltio.com' \
--header 'Authorization: Bearer {Acesstoken}
--header 'Content-Type: application/json' \
--data '{
"module":"data.jar",
"name":"customcode",
"description":"code to assign task to indivisual user"
}'
Also when we are try to run command to register tenant. But we are getting "Invalid token error". But our token is valid its working for other reltio API's. Below is the CURL of same post request.
curl --location 'http://localhost:8080/workflow-adapter/workflow/registrations' \
--header 'Authorization: Bearer {Access Token}
--header 'EnvironmentURL: https://test1-usg.reltio.com' \
--header 'Content-Type: application/json' \
--data '{
"tenantids":["tenantid"]
}'
Waiting for quick response , Thank you.
------------------------------
Gayatri Khatale
Blue Altair
Pune
------------------------------