cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi All,

I'm building a Java Proxy Bridge to access the Document Service repository with CMIS Workbench following this:

Build a Proxy Bridge

BUT it's seems that my trial account redirect my CMIS Workbench to the web page

https://accounts.sap.com/saml2/idp/sso/accounts.sap.com

Who knows how to avoid this?

Many Thanks

Gennaro

0 Likes
View Entire Topic
Ivan-Mirisola
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Gennaro,

The project implements a role called EcmDeveloper. Do you have it assigned to your user?

The application should request an authentication before you are able to proceed with the request to cmis. On top of this you should add the suffix "<app-context>/cmis/json" in order to be able to call the proxy.

If you deploy your app with a war file other than ROOT.war, your URL will have app-context equals to the name of your war file.

Regards,
Ivan