How to communicate Oracle fusion expense task with our internal mobile App Via API.
the process of integrations from Oracle Fusion system to mobile application.Via API(Application Program Interface).We expect Approve/Reject Expenses and Fetch tasks.
API: https://docs.oracle.com/en/cloud/saas/applications-common/24a/farca/api-manage-tasks.html
Challenges in this Existing System,
In the above APIs for authentication is for particular user tasks list and Approve/Reject will be shown and take decision .However we cannot store all authentication details in our system.
Below are options we evaluated (IT Engineering) .
Option-1 : Myapps(SSO login app) JWT token generated cannot be used to perform above actions
Option-2 : As part of investigation we observed if we have a global account which has permission to Fetch all tasks and Action appropriately.