cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Define a different success handler in spring-security config xml

Former Member
0 Kudos
540

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?

Accepted Solutions (0)

Answers (1)

Answers (1)

Huskar
Participant
0 Kudos

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