rest api with OAUTH from mulesoft to erp cloud financials
Summary:
We have a requirement to connect mulesoft to oracle erp cloud financials/procurement to use REST API for financials and procurement for REST API using the Oauth2 protocol.
Content (please ensure you mask any confidential information):
As of today I have found several notes, but they are all focused on connecting an external system via rest API using the JWT method.
We do not have OIC, IDCS or any other app layer. We just have oracle erp cloud and the customer ipaas which is mulesoft.
I have successfully demonstrated this and it works, but it forces the mulesoft implementers to develop from scratch the jwt token management (creation using the private key + lifetime management) from scratch as it is not provided in the mulesoft REST connecter (when it is in the OIC connector). They would like to avoid this.