Configuring WebLogic for REST Services Authorization

To enable REST API authorization by OFSAA in WebLogic server, perform the following steps:
  1. Open the config.xml file located in the domain where OFSAA is deployed, that is, <domain_home>/config/config.xml.
  2. Add the following in the security-configuration tag:
    <enforce-valid-basic-auth-credentials>false</enforce-valid-basic-auth-credentials>