Establish api connectivity when user is already in the SSO session
We are implementing an approval aggregator application that consolidates approvals from Oracle Fusion, ServiceNow, Salesforce, and other platforms. The goal is to allow users to approve/reject transactions directly from the aggregator.
Our organization uses Okta SSO. Users currently log in to Fusion and the aggregator through Okta. The challenge arises when users try to act on Fusion approvals from the aggregator; we want to leverage the same Okta session for connectivity.
We have experimented with Authorization Code and JWT token flows, but are exploring if there are better approaches or recommended practices for this scenario.
Has anyone implemented a similar setup? Any guidance or references would be greatly appreciated.
Tagged:
0