User Redirection on Login | Community
Skip to main content
Tuhin_Ghosh
Level 8
September 19, 2016
Solved

User Redirection on Login

  • September 19, 2016
  • 15 replies
  • 7076 views

Good Morning Community,

I have to redirect different user to different pages after login based on their profile, such as User A would be landed on /content/project/product/path1 and User B would be landed on /content/project/product/path2

Have anyone implemented something like this?
  
Now what I understand from this is we might need to override authentication handler for this, correct? I am also was thinking how the session would be managed? Like if user A logs in and then closes the browser and then again come back and hit the website he should be taken to the desired home page, would this be taken care by the OOTB AEM functionality or we need to write custom code for the same. I have not much experience on working with Login Module. So please bare with me if I have asked some silly questions.

Thanks and Regards,
Tuhin

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 smacdonald2008

I got this reply from Eng: 

They could look at creating a universal authentication handler hook [1] should be a universal.

https://github.com/Adobe-Consulting-Services/acs-aem-samples/blob/master/bundle/src/main/java/com/adobe/acs/samples/authentication/impl/SampleLoginHookAuthenticationHandler.java

15 replies

jorgwel
January 10, 2018

Tuhin Ghosh​, could you comment a little bit about the needed changes to not redirect always to login page?

smacdonald2008
Level 10
January 10, 2018

This thread is 2 years old - if you want to learn how to redirect users after a successful login - see this article - where a login component is developed: Creating a Login Component for the Experience Manager Toy Store

Tuhin_Ghosh
Level 8
January 10, 2018

HI Jorgwel,

Its quit old now and I have to dig in a bit at the old code. And my login page was always same, it was after the authentication they ought to be redirected to the different landing pages based on their profile. Kindly let me know if this is what you're trying to achieve.

Try to look at Scott's link and see if that helps, otherwise please elaborate your problem a bit further so that the community can understand the problem well and give you a proper resolution.

Thanks

Tuhin

September 12, 2022

Hi @tuhin_ghosh i want to redirect to desired home page, when user just hit the domain only not any homepage path  based on user profile after saml login. Is there a way to archive it? 

smacdonald2008
Level 10
January 10, 2018

My Link is based on a new AEM 6.3 article written last summer that shows how to write a login component for the AEM example Toy Store site.  It includes a redirect.

jorgwel
January 11, 2018

Thank you smacdonald2008​ and Tuhin Ghosh​!