|
@@ -42,7 +42,7 @@ public class SecurityConfiguration {
|
|
.authorizeExchange((exchanges) -> exchanges
|
|
.authorizeExchange((exchanges) -> exchanges
|
|
.anyExchange().authenticated()
|
|
.anyExchange().authenticated()
|
|
)
|
|
)
|
|
- .httpBasic(withDefaults());
|
|
|
|
|
|
+ .formLogin(withDefaults());
|
|
// @formatter:on
|
|
// @formatter:on
|
|
return http.build();
|
|
return http.build();
|
|
}
|
|
}
|