Clarification regarding Token based authentication implementation in OIC
Hi, Currently , for connection between our PaaS (OIC) and SaaS (fusion cloud) is having basic authentication. We are planning to implement OAuth token based authentication in our system. Please suggest what type of OAuth will be efficient and secure for each type of below connection:
1. "SOAP WSDL adapter connection" : URL : https://<server_name>/xmlpserver/services/ExternalReportWSSService?wsdl
https://servername/fscmService/ErpIntegrationService?WSDL
2. "Oracle ERP adapter connection" : URL : https://<server_name>; Receive Business Event - Purchase Order Event
3. "Standard Rest API" : Sample REST URL : https://<server_name>;/fscmRestApi/resources/11.13.18.05/pickWaves
Also please provide relevant documentations available for those configurations.
Thanks.