Start of changeIBM Content Navigator, Version 2.0.3     Supports:  CMIS for OnDemand

Disabling Oracle WebLogic Server authentication for IBM CMIS for Content Manager OnDemand

IBM® CMIS for Content Manager OnDemand uses application managed authentication and does not work when Oracle WebLogic Server authentication is enabled.

About this task

Oracle WebLogic Server authentication is enabled by default. However, this configuration prevents Oracle WebLogic Server from using application managed authentication. You must disable Oracle WebLogic Server authentication by setting the enforce-valid-basic-auth-credentials parameter to false.

Procedure

To disable Oracle WebLogic Server authentication:

  1. In a text editor, open the config.xml file for the domain where you deployed IBM CMIS for Content Manager OnDemand. The config.xml file is in the Oracle/Middleware/user_projects/domains/domain_name/config directory.
  2. Locate the <security-configuration> element.
  3. Add the following argument to the end of the <security-configuration> element:
    <enforce-valid-basic-auth-credentials>false</enforce-valid-basic-auth
    -credentials>
  4. Start or restart all of the servers in the domain.
End of change