eugenp / tutorials

Just Announced - "Learn Spring Security OAuth":

Home Page:http://bit.ly/github-lsso

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExtraLoginFields-Example not working with SpringBoot3

ottlinger opened this issue · comments

The ExtraLoginFields example provided for SpringBoot2 under
https://github.com/eugenp/tutorials/tree/master/spring-security-modules/spring-security-web-login
does not seem to have a SpringBoot3 equivalent.

I played around with the example at
https://github.com/ottlinger/sb3-filter-problem

  • SpringBoot2 is working perfectly well, but
  • SpringBoot3 does not work.

A request on StackOverflow and trying to file a bug (spring-projects/spring-boot#36723 spring-projects/spring-security#13620) with SpringBoot directly did not yield any reasonable/helpful answer.

Thus I wanted to ask if you have a working example with extra login fields with SpringBoot3.
I'd happily contribute in case you find above example app useful (including a cypress-e2e test).

Thanks for any hints/updates concerning SB3.

Hey, @ottlinger.

We're assuming this is the article: https://www.baeldung.com/spring-security-extra-login-fields

We have internal tasks to keep articles updated with the latest Spring Boot version, but it might take a while.

This issue will remain open until then.