97 Commits

Author SHA1 Message Date
Marcus Da Coregio
6e6ec5845e Fix imports 2022-09-23 08:26:00 -03:00
Marcus Da Coregio
70891cd497 Add more information for SAML2 tests failure 2022-09-22 15:55:47 -03:00
Marcus Da Coregio
738463be8c Wait for background javascript after SAML 2.0 Logout 2022-09-19 08:47:46 -03:00
Marcus Da Coregio
2df5617803 Update htmlunit-driver version 2022-09-06 15:39:04 -03:00
Marcus Da Coregio
d3ed41d5ee Polish :saml2:login sample 2022-08-31 09:35:05 -03:00
Steve Riesenberg
e6c04b8f0e
Update to Spring Authorization Server 1.0.0-M1 2022-08-16 18:23:50 -05:00
Steve Riesenberg
f27c00cbfa
Update Spring Authorization Server sample to Spring Boot 2.7.2 2022-08-16 18:23:20 -05:00
Steve Riesenberg
f1764e06c6
Update to Spring Authorization Server 0.3.1 2022-08-16 18:22:51 -05:00
Rob Winch
46db71921d Add Missing @Configuration @Enable* 2022-08-09 16:25:52 -05:00
Joshua Sattler
e96d4cf602 Add @Configuration on @Enable*-annotated classes 2022-07-29 23:10:17 +02:00
Josh Cummings
33c5cb8bf8
Use url instead of response-url 2022-07-28 18:07:40 -06:00
Marcus Da Coregio
dac72b8cce Fix command to run Spring Boot SAML2 samples 2022-07-28 16:16:35 -03:00
Josh Cummings
28a4a94b9a
Simplify Saml2 Login Sample 2022-07-27 17:13:11 -06:00
Josh Cummings
c2f34ad1de
Update Dependencies for Saml2 Login Sample 2022-07-27 17:12:30 -06:00
Josh Cummings
4819b13ada
Update Kotlin Hello Security to Boot 3.0.0-SNAPSHOT 2022-06-17 10:37:57 -06:00
Steve Riesenberg
b42984ef8b
Update to Spring Authorization Server 0.2.3 2022-05-18 15:38:59 -05:00
Rob Winch
2347dd638a Remove Deprecated Local*Port 2022-05-12 15:53:50 -05: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
Steve Riesenberg
bc3fc6b2e0
Add gradle wrapper
Closes gh-51
2022-05-03 12:54:29 -05:00
Eleftheria Stein
cbbf5bb4bb Align asserting party property with Spring Boot
Closes gh-74
2022-04-26 12:07:35 +02:00
Marcus Da Coregio
6892a95805 Require explicit save false in MFA sample 2022-04-20 11:06:56 -03:00
Marcus Da Coregio
cadaa9ac4f Use asserting-party in Spring Boot SAML config 2022-04-20 11:06:40 -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
2ffc2dd22a Fix formatting and checkstyle 2022-04-01 14:02:44 -03:00
Josh Cummings
6a91568319
Simplify SAML configuration 2022-03-31 12:50:32 -06:00
Marcus Da Coregio
551f715b7c Update README for SAML 2.0 samples 2022-03-28 13:54:11 -03:00
Marcus Da Coregio
cb4bd098e3 Re-enable SAML 2.0 samples with Okta IdP
Closes gh-55
2022-03-23 10:18:48 -03: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
Marcus Da Coregio
c5a2162b07 Remove remaining usage of WebSecurityConfigurerAdapter 2021-12-15 09:32:05 -03:00
Eleftheria Stein
dec2e57170 Prevent gradle cache on tests
Closes gh-54
2021-12-13 17:39:12 +01:00
Marcus Da Coregio
15adedbf87 Fix broken links
Issue gh-53
2021-12-10 14:14:40 -03:00
Marcus Da Coregio
fe037cf4d7 Remove usage of WebSecurityConfigurerAdapter
Switch to expose a SecurityFilterChain Bean

Closes gh-52
2021-12-10 10:39:08 -03:00
Marcus Da Coregio
7b653aab91 Upgrade kotlin plugin version and jvm target 2021-12-03 11:45:10 -03:00
Marcus Da Coregio
a43cbcab41 Upgrade to Gradle 7.3 2021-12-03 11:35:39 -03:00
Marcus Da Coregio
6a60e655e3 Update to JDK 17
Issue gh-46
2021-12-03 11:17:41 -03:00
Josh Cummings
ca32d8e45d Update authorizeHttpRequests
Closes gh-49
2021-11-10 10:20:09 -07:00
Josh Cummings
3a58daf55d Update HttpSecurity Formatting 2021-11-10 09:42:09 -07:00
Marcus Da Coregio
3a4eec6eda Add SAML 2.0 Metadata Refresh Sample
Closes gh-2
2021-11-02 20:31:15 -03:00
Marcus Da Coregio
482dfc9a59 Fix formatting 2021-10-29 14:42:11 -03:00
Josh Cummings
7426260ee1 Add Second Tenant to SAML 2.0 Login 2021-10-28 17:25:54 -06:00
Josh Cummings
b48c07d36d Add SAML 2.0 Single Tenant Sample 2021-10-12 08:52:10 -06:00
Josh Cummings
ca19311b20 Add Metadata Endpoint 2021-10-12 08:48:20 -06:00
Josh Cummings
7d915468ae Move Saml2 Login Sample
To make room for more SAML 2.0 samples!
2021-10-12 08:40:44 -06:00
Marcus Da Coregio
5097f9dcfc Update to Gradle 7.2
Closes gh-45
2021-10-04 15:04:13 -03:00
Josh Cummings
76d4b1e5a3 Fix Formatting
Issue gh-44
2021-09-27 16:57:16 -06:00
Josh Cummings
c4eaac0423 Update to Use JwtEncoder
Closes gh-44
2021-09-27 16:43:29 -06:00
Steve Riesenberg
52cc331d9c Update oauth login samples
Closes gh-29
2021-09-23 15:06:45 -05:00
Steve Riesenberg
6548ff0876 Update resource server samples
Closes gh-28
2021-09-23 15:06:45 -05:00