Unable to call Oracle application cloud with JWT token using REST API
Content
Followed the steps in this document: " How to Use JSON Web Token (JWT) For Authorization With Fusion Cloud Application REST APIs ? (Doc ID 2572018.1) " as part of the pre-requisites.
Subsequently performed the following steps to call the Rest API:
Request:
1) Authorization: Bearer Token; Token: <generated JWT Token>
2) GET ../bpm/api/4.0/tasks
Response: 401 Unauthorized
Can anyone advise what was done incorrectly for the above steps?
0