Spring Security auth sevrer permitAll not working as expected ( Closed )
I am using Spring authorization server here, i have two controller one is /user/** and the other is /client/**, now what i want is /user/** can be accesses publicly and /client/** can only access by authenticated user, i have used two filter chains one is for auth-server that redirect all request starting /client/** to /login , and other is that handle redirect to /login page, this is my configurations :
Spring Security auth sevrer permitAll not working as expected
I am using Spring authorization server here, i have two controller one is /user/** and the other is /client/**, now what i want is /user/** can be accesses publicly and /client/** can only access by authenticated user, i have used two filter chains one is for auth-server that redirect all request starting /client/** to /login , and other is that handle redirect to /login page, this is my configurations :