cancel
Showing results for 
Search instead for 
Did you mean: 

Define a different success handler in spring-security config xml

Former Member
0 Kudos

I have to define a different success handler during login in my addon. For that I added a new spring-security-config.xml and added the new bean for the success handler.

I tried to override the "loginAuthenticationSuccessHandler" bean definition. But this is still using the OOB login success handler.

Are there any more steps to configure the same?

Former Member
0 Kudos

@aneena - Have you solved this issue? I'm facing the same issue.. thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

krishn_signet
Participant
0 Kudos

Did you changed action "/j_spring_security_check". As this is what will be called at the time of login.