Repositories and User Identification

The username and password used to log in to a content management system can be supplied from the cmisproxyconfig.properties file.

You can define a series of repository locations with the username and password for each, each set separated by commas. Enter values in the form:

<repolocation;encodedcredentials>

where encodedcredentials is username:password encoded as Base64. You must encode the username:password combination as one string, including the colon. Several tools that you can use to perform the Base64 encoding are publicly available.