OAuth configuration for OIC
Hi,
I have configured the OAuth to access the OIC REST APIs.
It is working fine and I am able to access API by passing the Bearer Token.
My problem is, I can also able to access the REST API using simple Basic Authentication.
Both types are working. I want to disable only Basic Authentication and enable only OAuth to access REST API.
Please guide me