Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Prerequisites

You need Postman to test the CMIS interface. It can be downloaded from https://www.postman.com/downloads/.

In this article, authentication against Keycloak is performed. When authenticating against Azure, you need to adjust the authentication request parameters.

Create new folder in repository

A new folder a repository can be created with:

<CMIS-Interface-Instance>/browser/rfHN5c3RlbXwxfHJlcG8xfC8=/root?cmisaction=createFolder&objectId=rfHN5c3RlbXwxfHJlcG8xfC8=&propertyid[0]=cmis:name&propertyvalue[0]=test_folder_3&propertyid[1]=cmis:objectTypeId&propertyValue[1]=cmis:folder

If you use this in Postman the import should look like this:

Token authentication

When the new token has been saved, a request can be sent to the CMIS interface via "Send" in the upper right corner.

Basic authentication

Basic authentication only needs the end user credentials. The token request is done by the CMIS interface.

  • No labels