Commit Graph

9 Commits

Author SHA1 Message Date
Marcus Hert Da Coregio
345bd64cf7 Fix MFA sample 2024-01-24 11:36:29 -03:00
Marcus Hert Da Coregio
d3fba5014e Fix checkstyle errors
(cherry picked from commit bd98343b9c)
2024-01-24 10:26:43 -03:00
Marcus Hert Da Coregio
fadbeb354c Apply formatting 2024-01-17 12:02:19 -03:00
Marcus Da Coregio
456419bff0 Use requestMatchers
Closes gh-96
2022-10-07 15:35:14 -03:00
cammorris
162ee60efb make favicon public
Even though the resource doesn't exist, chrome (and probably other browsers) will request the favicon after requesting the "second-factor" page.  Requests for the favicon prevented proceeding past the second-factor page and never hitting the POST to "second-factor".  Instead, the sample prompts for the username, again.

Exposing favicon (even though it doesn't exist) resolves the issue.
2022-05-03 16:53:32 -05:00
Marcus Da Coregio
6892a95805 Require explicit save false in MFA sample 2022-04-20 11:06:56 -03:00
Marcus Da Coregio
bce2126fd1 Update samples to use Spring Security 6
Issue gh-46
2022-03-23 10:14:39 -03:00
Josh Cummings
3a58daf55d Update HttpSecurity Formatting 2021-11-10 09:42:09 -07:00
Josh Cummings
2d1732bec6 MFA Sample
Closes gh-7
2021-02-16 12:53:02 -07:00