Configure the CM IS connector
To enable the CMIS connector set the configuration key fc__cmis__enabled
to true
.
Optionally set a standard server URL for CMIS. Using this setting does not require your authors to fill in the server URL every time they log in. Set the fc__cmis__url
key with the server URL as value. Make sure the server URL is valid and starts with HTTP or HTTPS.
You should now see the Connect using CMIS button on the sign in page.
Example

Other
fc__cmis__enabled=true
fc__cmis__url=https://example.com
See Connect to your CMS using CMIS to test the configuration.