Enable HTTP authentication on WebLogic

Before you begin

Before proceeding, complete Add a servlet definition for WebLogic.

About this task

To authenticate using HTTP authentication on WebLogic, add the following inside the <security-configuration> element of the WebLogic config.xml:

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

What to do next

After completing this procedure, proceed to Generate the PolicyCenter EAR file for WebLogic.