How to authenticate/authorize Oracle HCM cloud R12 REST API using JWT token in PaaS-JCS custom app?
Summary
How to authenticate/authorize Oracle HCM cloud R12 REST API using JWT token in PaaS-JCS custom app?Content
Problem Summary
---------------------------------------------------
How to authenticate/authorize Oracle HCM cloud R12 REST API using JWT token in PaaS-JCS custom app?
Problem Description
---------------------------------------------------
As per the requirement,we have planned to consume Oracle HCM cloud R12 REST API from custom application hosted in PaaS-JCS. To consume REST API we need JWT token which helps for successful authentication/authorization. As we know that JWT token is created and passed as URL parameter to PaaS-JCS appln.
Question:
How to authenticate the JWT token which is being created and sent as URL parameter to PaaS-JCS appln.?
2