11-13-2014 12:03 PM
Hi there,
I've just downloaded and installed nuxeo-web-mobile-dm-1.4.0 on a nuxeo-5.8 DM platform with cas2 authentication configured.
This makes cas2 authentication plugin ineffective.
Following components are declared to be required in my cas2 auth. contribution:
<require>org.nuxeo.ecm.platform.ui.web.auth.defaultConfig</require>
<require>org.nuxeo.ecm.platform.login.Cas2SSO</require>
<require>org.nuxeo.ecm.platform.ui.web.auth.WebEngineConfig</require>
<require>org.nuxeo.ecm.platform.login.Portal</require>
Do I need to require any additional component due to nuxeo-web-mobile installation ?
Thanks
11-13-2014 12:15 PM
Hello,
yes you need an additional require on the component "org.nuxeo.web.mobile.authenticator.contrib ". But ideally, you have to take into account this contribution and merge everything.
I recommend to install the Platform Explorer addon to see all the contributions to the extension point "chain" that are deployed in your instance. That way, you'll have some clues to find the needed requires.
Kind regards,
Thierry
11-13-2014 12:15 PM
Hello,
yes you need an additional require on the component "org.nuxeo.web.mobile.authenticator.contrib ". But ideally, you have to take into account this contribution and merge everything.
I recommend to install the Platform Explorer addon to see all the contributions to the extension point "chain" that are deployed in your instance. That way, you'll have some clues to find the needed requires.
Kind regards,
Thierry
11-15-2014 03:16 AM
Thank you but this doesn't work as expected. Browsing the contribution shows that nuxeo-web-mobile-dm-5.8.0-HF14.jar uses the specificChains extension point, which basically aims to avoid overlapping issues, isn't it ?
11-15-2014 05:00 PM
The Nuxeo Web Mobile DM package also has this contribution
11-15-2014 04:59 PM
why do you have a require on org.nuxeo.ecm.platform.login.Portal ? Did you alos deploy the Portal SSO plugin?
11-18-2014 11:38 AM
Hi Thierry, portal auth is used on our server. We do not use market place package but a (ESUP) patched package. Market place package ends up with and infinite redirection loop and following error in logs
11-19-2014 08:02 AM
Using market place package and overriding implementation class for CAS2_AUTH authentication plugin to feet my needs works. Thank you
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.