Expand my Community achievements bar.

SOLVED

Closed User Group doesnt redirect to given Login Page

Avatar

Level 2

I am using AEM 6.2. I am giving a page a closed user group. However it always redirects to /content/geometrixx/en/toolbar/account/login.html NOT the login page i've given it.Please let me know any fix for this?

1 Accepted Solution

Avatar

Correct answer by
Level 2

Based on zane303, I can make it work.

The login screen needs to be added to a list of login screens:

host:port/system/console/configMgr/com.day.cq.auth.impl.LoginSelectorHandler

So adding it to the page properties isn't enough. And it needs to be mapped to that section of the system.

View solution in original post

2 Replies

Avatar

Level 1

Be sure you've changed the OSGI config in com.day.cq.auth.impl.LoginSelectorHandler

Avatar

Correct answer by
Level 2

Based on zane303, I can make it work.

The login screen needs to be added to a list of login screens:

host:port/system/console/configMgr/com.day.cq.auth.impl.LoginSelectorHandler

So adding it to the page properties isn't enough. And it needs to be mapped to that section of the system.