Commit Graph

17 Commits

Author SHA1 Message Date
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
Eleftheria Stein
2b7ce67ff5 Update samples to Spring Boot 3.0.0-SNAPSHOT
Closes gh-69
2022-04-13 17:02:20 +02:00
Marcus Da Coregio
bce2126fd1 Update samples to use Spring Security 6
Issue gh-46
2022-03-23 10:14:39 -03:00
Marcus Da Coregio
57c0b8a4c4 Switch remaining jcenter() to mavenCentral() 2022-01-17 12:44:01 -03:00
Steve Riesenberg
e995914653 Add milestone repository
Closes gh-58
2022-01-17 11:50:45 -03:00
Eleftheria Stein
dec2e57170 Prevent gradle cache on tests
Closes gh-54
2021-12-13 17:39:12 +01:00
Marcus Da Coregio
a43cbcab41 Upgrade to Gradle 7.3 2021-12-03 11:35:39 -03:00
Josh Cummings
3a58daf55d Update HttpSecurity Formatting 2021-11-10 09:42:09 -07:00
Marcus Da Coregio
5097f9dcfc Update to Gradle 7.2
Closes gh-45
2021-10-04 15:04:13 -03:00
Josh Cummings
1ad87dcaf5 Update to Spring Boot 2.5.2 2021-07-28 15:39:06 -06:00
Josh Cummings
2396aa4630 Mfa Sample Depends on spring-security-crypto
Closes gh-18
2021-05-27 09:34:31 -06:00
Josh Cummings
868fb455c8 Update to Spring Security 5.6.0-SNAPSHOT 2021-05-27 09:31:47 -06:00
Josh Cummings
601f54a4c1 Sync Gradle Version
Issue gh-16
2021-05-27 09:14:29 -06:00
Josh Cummings
ffbac87bbd Update to Spring Boot 2.5.0
Closes gh-17
2021-05-27 08:46:52 -06:00
Josh Cummings
2d1732bec6 MFA Sample
Closes gh-7
2021-02-16 12:53:02 -07:00
Rob Winch
49757eb6ea Add CustomUser example 2020-12-08 17:27:57 -06:00