03-22-2017 10:13 AM
Hello ,
I want to test CMIS wsdl via SoapUI.
My nuxeo instance have SSO authentification .
When i try to get a response form the webservices ( i put a virtual user in my request) , it's return the html code of login page .
Any idea ? thanks
03-22-2017 10:37 AM
Hi
i do not know what kind of Authentication service you want to use but you should have a look at the order of your plugins in the "chain" extension point of "org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService".
For instance, if you want to use HTTP Auth for CMIS and Shibboleth for UI, you should have something like :
<extension target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService" point="chain">
<authenticationChain>
<plugins>
<plugin>BASIC_AUTH</plugin>
<plugin>SHIB_AUTH</plugin>
</plugins>
</authenticationChain>
</extension>
03-22-2017 10:43 AM
I will try to change order .
My actual order is :
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.