Fórum

Default landing page doesn't work for autologin users

thumbnail
Mirto Silvio Busico, modificado 9 Anos atrás.

Default landing page doesn't work for autologin users

Regular Member Postagens: 240 Data de Entrada: 18/01/12 Postagens Recentes
Hi all,

I have a portal and a top organization (with his site).

I setup Portal Settings to have the default landing page pointing to the organization's site.

Behaviour accessing directly the portal (http://localhost:8080):
  • the user lands to the default site and is not authenticated
  • the user logs in and is redirected to the organization's site (correct)


The problem is with the autologin.
I have an Apache in front of Liferay that manages the authentication

Behaviour of the autologin authenticated users:
  • the user lands to the default site; but the dockbar shows the user as authenticated
  • there is no redirection


What can I do to have the autologin users landed on the organization's site?

Thanks
Mirto
thumbnail
Nagendra Kumar Busam, modificado 9 Anos atrás.

RE: Default landing page doesn't work for autologin users

Liferay Master Postagens: 678 Data de Entrada: 07/07/09 Postagens Recentes
thumbnail
Mirto Silvio Busico, modificado 9 Anos atrás.

RE: Default landing page doesn't work for autologin users

Regular Member Postagens: 240 Data de Entrada: 18/01/12 Postagens Recentes
Sorry, I was not clear.

I don't need to change the default landing page.

I only need that, when an user is authenticated by the Apache frontend (and is automatically logged in), the user lands on exactly the same page that is selected after the normal ecplicit login.

Thanks
Mirto
Jose Noprada, modificado 9 Anos atrás.

RE: Default landing page doesn't work for autologin users

New Member Postagens: 6 Data de Entrada: 05/11/14 Postagens Recentes
Hi Mirto,

I'm aware that this is quite an old thread already, but have you managed to work this through?

Was experiencing the same issue on auto login (triggered by TAM authentication) and user was still redirected to URL specified in Portal > Settings.

Would appreciate if you have some inputs.

Thanks!
thumbnail
Mirto Silvio Busico, modificado 9 Anos atrás.

RE: Default landing page doesn't work for autologin users

Regular Member Postagens: 240 Data de Entrada: 18/01/12 Postagens Recentes
Sorry, I've seen the post only today.

To avoid the problem, I've used a workaround:

No subportals: I have 1 front portal with only public pages
Then I have 3 portals that have only private pages

There is no top organization.
The 3 portals belongs to 3 unrelated organizations.

The user lands always on a public page and there is no problem.