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:
-
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.
-
Locate the
<security-configuration> element.
-
Add the following argument to the end of the
<security-configuration> element:
<enforce-valid-basic-auth-credentials>false</enforce-valid-basic-auth
-credentials>
-
Start or restart all of the servers in the domain.