Dear All,
We've received a new challenge.
Our OpenText Content Server instance is not public (no server in the DMZ). Our users uses an applications that is hosted in the Cloud (Application A). They asked us to take contact with the software provider of Application A to make it possible to get search results from Content Server available in application A.
We are thinking of using SAML and webservices.
Note: our webservices are deployed under Tomcat. Our Webserver is IIS.
Do you think that such a solution could work?
Thanks,
JP
User <-> Application A <-> Opentext WS
Application A runs on a different server than Opentext WS.
Pre-requisite : User is authenticated against Application A using SAML.
Is there a way to call Opentext Web Services from Application A (not from Browser !), using SAML as well (using a SAML ticket generated by our IDP for Application A using "onBehalfOf" token) :

Taken from http://owulff.blogspot.de/2012/04/sso-across-web-applications-and-web.html, I simply added red names.