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

Add filter after login success

Former Member
0 Likes
504

Hi Friends I got a probleme how i can add custom filter after the customer login successfully to make some others tests ?

Accepted Solutions (0)

Answers (2)

Answers (2)

svintha
Explorer
0 Likes

Hi you can try adding one more new filter in the below file spring-filter-config.xml and customize the login for your filter .

 <util:list id="defaultStorefrontTenantDefaultFilterChainList">
Former Member
0 Likes

Hi ,

check the StorefrontAuthenticationSuccessHandler and also see the sub classes for

AuthenticationSuccessHandler

Thanks,

Venki

Former Member
0 Likes

i want to know if there is any login filter cause i need to make some tests ?