Configure WebLogic Server
To configure your WebLogic Server to access user details on the LDAP server:
- 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.
- 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>