Configuring the WebLogic Domain for Unifier (Mobile Device)

Accessing Unifier through mobile devices with browser capabilities

To enable basic authentication for mobile REST API on WebLogic server, you must first disable the basic authentication performed by WebLogic server, which is enforced by default. For details, refer to the WebLogic server documentation:

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