cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Cloud Platform Document Service Java proxy bridge doesn't works because of login redirect

former_member365641
Participant
0 Kudos
599

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

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member365641
Participant
0 Kudos

Hi Ivan

Thank you for your answer. I need to access my repository with the Apache CMIS Workbench. I don't have an app yet.

The strange thing is that if I test your url ("<app-context>/cmis/json") with chrome it works fine. If I test it with IE 11 it require an authentication.

Regards,

Gennaro

0 Kudos

Hi Gennaro,

Do we need to create java api to access the Document Service. Because we have already created Proxy bridge. And now accessing while assessing cmis/json it's giving error of 403. Role for Document service is also given.

Ivan-Mirisola
Product and Topic Expert
Product and Topic Expert
0 Kudos

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