Dante
0
Q:

spring security not going to logout success urk

// Must permit all requests to the desired url

.and()
  .logout()
  .invalidateHttpSession(true)
	.logoutSuccessUrl("/login?logout=true")
  .permitAll().logoutUrl("/logout");
0

New to Communities?

Join the community