You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring Boot version - 2.3.0
Dependencies - Spring Webflux, Spring Security
Using the spring.webflux.base-path in Webflux project with Spring Security, default authentication endpoint /login doesn't get prefixed with basepath provided, which results in 404 not found.
Steps to reproduce :
Add spring.webflux.base-path=/test in application.properties.
Request any endpoint, that will open Spring Security default login page.
Enter username as user and password provided in the console.