We've changed the authenticationChain but it doesn't work
either. Do you use this version (
https://maven.nuxeo.org/nexus/service/local/repositories/public-releases/content/org/nuxeo/ecm/platform/nuxeo-platform-login-cas2/5.4.1/nuxeo-platform-login-cas2-5.4.1.jar
) of the plugin ?
Some cas2 related logs in server.log :
2011-04-01 10:48:37,318 WARN
[org.nuxeo.runtime.deployment.preprocessor.DeploymentPreprocessor]
Entering compatibility mode - Please update the
deployment-fragment.xml in
nuxeo-platform-login-cas2-5.4.1.jar to use new dependency
management
org.nuxeo.ecm.platform.login.cas2
2011-04-01 10:48:38,529 INFO
[org.nuxeo.runtime.deployment.preprocessor.DeploymentPreprocessor]
Running custom installation for fragment:
org.nuxeo.ecm.platform.login.cas2
oadam wrote on Fri, 01 April 2011 09:29
> Hi
>
> In our case, we configure the chain like that
>
> target="
> org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenti
> cationService "
> point="chain">
> <authenticationChain>
> <plugins>
> <plugin>CAS2_AUTH</plugin>
> <plugin>BASIC_AUTH</plugin>
> </plugins>
> </authenticationChain>
> </extension>
> </component>
>
>
> If you wants to get another authentication process for
> specific url, you
> have to add an existension point like that
>
> <!-- Include Portal SSO Auth into authentication chain
> -->
> <extension
>
> target="
> org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenti
> cationService "
> point="specificChains">
>
> <specificAuthenticationChain name="Automation">
> <urlPatterns>
> <url>(.*)/automation.*</url>
> </urlPatterns>
>
> <replacementChain>
> <plugin>AUTOMATION_BASIC_AUTH</plugin>
> <plugin>PORTAL_AUTH</plugin> <!-- authentication module
> for portal
> access to the automation webservices -->
> <plugin>ANONYMOUS_AUTH</plugin>
> </replacementChain>
> </specificAuthenticationChain>
> </extension>
>
> ++ Olivier
---
Mailing list: [email protected]
Forum: http://forum.nuxeo.org/f/1/