How to Customize Startup Redirection

I've followed the following procedure to redirect Nuxeo start up page, but it does not work for me : https://doc.nuxeo.com/display/NXDOC60/How+to+Customize+Startup+Redirection

It does not redirect the page, and I'm getting the standard dashboard after login.

Regards.

0 votes

2 answers

2622 views

ANSWER



Hi,

Since Nuxeo 6.0, the solution doesn't work anymore. The only way to redirect users on the dashboard after authentication is to override the method called for the connection, which is startupHelper.initDomainAndFindStartupPage. The best example of override is the one provided by SocialWorkspaceStartupHelper.java: it redirects to the dashboard everyone except the administrator. Anyway, if that condition does not match your needs, you can simply do the “return dashboardNavigationHelper.navigateToDashboard()“.

So, there is no more solution based on XML configuration.

Regards,

Manon

1 votes



0 votes