Installation Guide for Oracle Billing Insight > Configuring Oracle WebLogic > Process of Configuring Oracle WebLogic for RESTful Web Services Server Application >
Configuring Oracle WebLogic for Basic Authentication With The Web Services Server Application
The Web Services application uses Basic Authentication by default. (If you intend to use token-based authentication with Web Services instead of Basic Authentication, do not perform this step.) To configure basic authentication
- Edit the config.xml file, located in the
rs_domain/config/ directory. Add the following line in the <security-configuration> section:
<enforce-valid-basic-auth-credentials>false</enforce-valid-basic-auth-credentials>
- Save the file.
|