Disable Basic Auth for Integration Cloud
Summary
Allow OAuth ONLY for Integration exposed via REST Adapter.Content
I have enabled OAuth for the Integration I am trying to call by adding a "Confidential" Application and adding scope of my application to that.
I can now call the Integration via OAuth and it works but the problem is basic Auth also works.
How can i disable Basic Auth totally and just allow OAuth to be the only way to make a successful call to the API I am exposing?
0