cancel
Showing results for 
Search instead for 
Did you mean: 

CMIS Nuxeo and SSO

Denize_Jean-Bap
Champ in-the-making
Champ in-the-making

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

2 REPLIES 2

pibou_Bouvret
Elite Collaborator
Elite Collaborator

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>

Denize_Jean-Bap
Champ in-the-making
Champ in-the-making

I will try to change order .

My actual order is :

Trusting_LM XXX PROXY_AUTH BASIC_AUTH FORM_AUTH
Getting started

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.