For more information, please refer to this announcement explaining best practices for getting answers to questions.
How to achieve JWT authentication for REST API calls to Oracle EPM
Summary:
How can you use JWT token to authenticate API calls to Oracle EPM? Is this achievable?
Content (please ensure you mask any confidential information):
We are facing the question of whether we can enable REST APIs to authenticate to Oracle EPM with JWT token. We are currently working with EDMCS within EPM. We have already implemented JWT token authentication for REST and SOAP APIs connecting to Oracle ERP, uploading a certificate corresponding to the JWT token to the ERP Security Console. We want to understand whether JWT authentication for APIs is possible for EDMCS as well for several reasons, such as simplifying our codebase with a consolidated JWT approach for both EDMCS and ERP API calls. I see online documentation only regarding basic authentication