OAuth2 - Is it possible to use grant type: TLS Client Authentication to call ERP API?
Summary: OAuth2 - Is it possible to use grant type: TLS Client Authentication for REST/SOAP API calls against Oracle Fusion (ERP)
Content (please ensure you mask any confidential information): We currently use basic authentication for REST/SOAP API calls against Oracle Fusion (ERP). The requirement is to make these connections more secure and update to use OAuth2. We need a grant type we can use with app-to-app connections (no user interaction) and have been advised Client Credentials is not supported by Oracle Fusion (Doc ID 2941859.1). Is it possible to use grant type TLS Client Authentication? The only documentation I can find is here:
0