Closed User Group doesnt redirect to given Login Page | Community
Skip to main content
Level 2
August 10, 2017
Solved

Closed User Group doesnt redirect to given Login Page

  • August 10, 2017
  • 2 replies
  • 1564 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jefferson_Setia

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.

2 replies

August 10, 2017

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

Jefferson_SetiaAccepted solution
Level 2
August 27, 2017

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.