Configuring WebLogic Basic Authentication on Linux

Authorization

The system authenticates all Unifier users' requests based on the Authorization header. In a stand-alone Unifier environment, the user name and password is determined based on the Basic Authorization headerEnsure that you disable the Basic Authentication by following these steps:

Understanding BASIC Authentication with Unsecured Resources (http://docs.oracle.com/middleware/1221/wls/SCPRG/thin_client.htm#SCPRG150)

  1. Change to the weblogic_home/user_projects/domains/your_domain directory
  2. Edit config/config.xml by adding the following tag within the<security-configuration> tag:

    <enforce-valid-basic-auth-credentials>false</enforce-valid-basic-auth-credentials>

  3. Start or restart all servers in the domain.


Last Published Tuesday, February 20, 2024