Remove formLogin() and httpBasic() from defaults
This commit is contained in:
@@ -43,6 +43,7 @@ public class LogoutBuilderTests {
|
||||
.authorizeExchange()
|
||||
.anyExchange().authenticated()
|
||||
.and()
|
||||
.formLogin().and()
|
||||
.build();
|
||||
|
||||
WebTestClient webTestClient = WebTestClientBuilder
|
||||
@@ -82,6 +83,7 @@ public class LogoutBuilderTests {
|
||||
.authorizeExchange()
|
||||
.anyExchange().authenticated()
|
||||
.and()
|
||||
.formLogin().and()
|
||||
.logout()
|
||||
.logoutUrl("/custom-logout")
|
||||
.and()
|
||||
|
||||
Reference in New Issue
Block a user