Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Invoke worker api with dynamic access token
Summary:
I need to invoke /hcmRestApi/resources/11.13.18.05/workers api via dynamic token instead of basic auth
Content (required):
Usually we invoke rest api using basic auth method. I want to generate a dynamic access token and invoke /hcmRestApi/resources/11.13.18.05/workers api.
I checked the JWT token method(/fscmRestApi/tokenrelay) where the access token can be generated via browser only. Also in JWT we need to add an extension to include header as per ( Doc ID 2728312.1 ). Since I need this for integration build, I dont want to follow browser based method. I am using POSTMAN as of now.
Is there a way to generate the JWT token via POSTMAN and invoke the worker api with the generated token.
0