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.
How to establish an OAuth connection using JWT User Assertion in OIC Gen 2?
Summary:
How to establish an OAuth connection using JWT User Assertion in OIC Gen 2
Content (required):
I need to connect to a rest using JWT User Assertion in OIC Gen 2. In order to generate the access token, I must create a JWT token called client_assertion, which will be passed in the request data. It should contain specific header and body data and be signed with the private key.
The JWT client_assertion has a specific format and rules that must be followed for it to be considered valid, allowing the issuance of the access token
Header format:
{
"alg": "RS256",
0