How setup postman to use OAuth call to Fusion Apps rest API?
Summary: We are trying to use OAuth to call Fusion rest services (for example /fscmRestApi/resources/11.13.18.05/projects). We've setup a confidential application, but I can't figure out the setup required to get this to work. If we use
https://....ocs.oraclecloud.com:443/ offline_access
(as should work in OIC) we cannot get the token. If we do this without offline_access we can get the token, but get a 401 Unauthorized at the end.
Client configuration of the confidential app has been set to client credentials only.
The scope is is the login URL of the application. And we've used Bypass Consent for now.
Tagged:
0