vojtechruz / spring-boot-admin

Code examples for blog article about Spring Boot Admin
22 stars 20 forks source link

[1.x] cannot login to SBA Server #8

Closed paulvi closed 5 years ago

paulvi commented 5 years ago

With current code (Spring Security config) for 1.x branch

it is not possible to open system, /login is broken:

image

yes, server.port=9000 has been added to application.properties

vojtechruz commented 5 years ago

Can you try now please?

paulvi commented 5 years ago

There is some issue with Spring Security

disable loginPage configuration helps

.formLogin() //.loginPage("/login").successHandler(successHandler)
paulvi commented 5 years ago

c632d8a5de2ef6e74edcb3bd785467bdfd97f7a0

has this issue and many other solved.