cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure mod_sso Proxy Authentication with Nuxeo CMIS?

ron_1
Star Contributor
Star Contributor

I am attempting to configure Nuxeo CMIS to use mod_sso Proxy Authentication instead of Basic Authentication. I have mod_sso Proxy Auth successfully configured for the Nuxeo web application. When my CMIS client initially attempts to access the atom/cmis URL, it first receives a 302 response with Location Header .../nxstartup.faces?loginRedirection=true, then it receives another 302 response to .../view_domains.faces?conversationId=0NXMAIN. How should atom/cmis be configured to resolve this issue?

2 REPLIES 2

ron_1
Star Contributor
Star Contributor

The following solution seems to have a fixed the problem:

  1. Define an additional ProxyAuthenticator authenticationPlugin with parameter ssoNeverRedirect set to true
  2. Define a specificAuthenticationChain for url (.)/atom/cmis. with a replacementChain that references the new authenticationPlugin defined above (1)

OlivierM_
Star Contributor
Star Contributor

What would that new component look like?