Configure WebLogic Server

To configure your WebLogic Server to access user details on the LDAP server:

  1. Update your Java policy store configuration for the Billing Care REST API to access the LDAP server.

    See "Configuring the OPSS JRF-Enabled Billing Care Application Domain" in Billing Care Installation Guide.

  2. In the config.xml file, set this entry to false. This configures WebLogic Server to skip basic authentication.
    <domain>
        <security-configuration>
            <!-- Other configurations -->
            <enforce-valid-basic-auth-credentials>false</enforce-valid-basic-auth-credentials>
        </security-configuration>
    </domain>