Commit Graph

194 Commits

Author SHA1 Message Date
Joe Grandja fcd73d1713 Polish demo-client sample 2025-07-11 14:46:13 -04:00
Joe Grandja cc580866e6 Update demo-client sample 2025-07-11 09:19:25 -04:00
Joe Grandja 3084c086a9 Add testRuntimeOnly junit-platform-launcher
Related https://github.com/spring-projects/spring-security/issues/16755

Closes gh-2092
2025-07-10 12:27:26 -04:00
Joe Grandja 30a7b27fd1 Fix breaking changes in samples
Issue gh-2090 gh-2091
2025-07-10 12:27:25 -04:00
Joe Grandja d7c6564c3e Update samples to Spring Boot 4.0.0-SNAPSHOT
Closes gh-2091
2025-07-10 12:27:25 -04:00
Joe Grandja da4cf539be Update samples to Spring Security 7.0.0-SNAPSHOT
Closes gh-2090
2025-07-10 12:27:24 -04:00
Joe Grandja d43c28348a Fix breaking changes with AntPathRequestMatcher being removed
Related https://github.com/spring-projects/spring-security/issues/16887

Closes gh-2086
2025-07-10 12:27:11 -04:00
Joe Grandja ecff76c761 Merge branch '1.4.x' into 1.5.x 2025-07-09 04:55:24 -04:00
Joe Grandja ab5be4349d Merge branch '1.3.x' into 1.4.x 2025-07-08 19:11:28 -04:00
Joe Grandja 15f839ffd7 Update x509 certificates for samples 2025-07-08 19:03:54 -04:00
DevDengChao 40d503abe4 Replace @MockBean with @MockitoBean
Closes gh-1972

Signed-off-by: DevDengChao <2325690622@qq.com>
2025-04-30 09:35:43 -04:00
Joe Grandja d32c185afb Fix redirect loop in default/demo-authorizationserver samples
Closes gh-1920
2025-03-04 10:55:19 -05:00
Joe Grandja 5bd47b6c2d Polish gh-1907 2025-03-04 06:17:14 -05:00
arefbehboudi 2e9fe7e99e Use pattern matching
Closes gh-1907

Signed-off-by: arefbehboudi <behboodiaref@gmail.com>
2025-03-04 06:17:13 -05:00
Joe Grandja 1e8c463877 Update samples to Spring Security 6.3.7
Issue gh-1904
2025-02-21 12:31:48 -05:00
Joe Grandja d70236f346 Merge branch '1.4.x' 2025-02-21 12:21:42 -05:00
Joe Grandja 2d9aee9aca Update backend-for-spa-client sample to Spring Security 6.3.7
Issue gh-1904
2025-02-21 12:19:16 -05:00
Steve Riesenberg f884334ba6 Merge branch '1.3.x' into 1.4.x
Closes gh-1906
2025-02-18 15:04:26 -06:00
Steve Riesenberg 84d1d81d5f Update samples to Spring Security 6.3.7
Closes gh-1904
2025-02-18 14:58:47 -06:00
Joe Grandja 3cdc4f111a Update backend-for-spa-client sample to Spring Security 6.3.7-SNAPSHOT
Issue gh-1899
2025-02-12 07:23:08 -05:00
Joe Grandja 9a003d5c15 Merge branch '1.3.x' into 1.4.x
Closes gh-1899
2025-02-12 07:16:02 -05:00
Joe Grandja fae09f66ac Update samples to Spring Security 6.3.7-SNAPSHOT
Closes gh-1898
2025-02-12 07:11:13 -05:00
Joe Grandja a6d9c19daa Add SPA sample using BFF and Spring Cloud Gateway 2024-11-18 21:00:14 -05:00
Joe Grandja 2c7975485f Simplify configuring authorization server using HttpSecurity.with()
Closes gh-1707
2024-10-03 15:28:16 -04:00
Joe Grandja b89fecdc64 Update to Spring Security 6.3
Closes gh-1619
2024-05-20 23:21:10 -04:00
Joe Grandja 4cfe59cd85 Path component for issuer identifier should be disabled by default
Issue gh-1342

Closes gh-1611
2024-05-09 14:25:25 -04:00
Steve Riesenberg 1cda1ca36d Add impersonation sample for token exchange
Closes gh-1604
2024-05-02 09:34:08 -05:00
Joe Grandja 26243e34b5 Update to Spring Security 6.3.0-RC1
Closes gh-1592
2024-04-15 16:42:44 -04:00
Joe Grandja ff4b542b83 Configure sample with Mutual-TLS client certificate-bound access tokens
Issue gh-1560
2024-04-12 12:28:48 -04:00
Joe Grandja f1e6ec1719 Use ClientAuthenticationMethod constants tls_client_auth and self_signed_tls_client_auth
Issue gh-1558, gh-1559, gh-1560
2024-04-12 06:18:09 -04:00
Joe Grandja 64558fc834 Update to Spring Security 6.3.0-SNAPSHOT
Closes gh-1586
2024-04-12 06:17:30 -04:00
Joe Grandja 9bd0043cc6 Add sample for self-signed certificate Mutual-TLS client authentication method
Issue gh-1559
2024-04-03 10:27:15 -04:00
Joe Grandja 31e97c8113 Regenerate keystore for samples
Issue gh-1559
2024-04-03 06:21:09 -04:00
Joe Grandja 9f9bf65cbd Add self-signed certificate for the demo-client sample to X509Certificate generator
Issue gh-1559
2024-04-03 06:19:24 -04:00
Steve Riesenberg 64882438fb Use token exchange support from Spring Security 6.3
Issue gh-60
Issue gh-1562
2024-03-18 10:16:30 -05:00
Steve Riesenberg ea026ad1b3 Update to Spring Security 6.3.0-M3
Closes gh-1562
2024-03-18 10:16:30 -05:00
Joe Grandja 296c87b8ff Exclude TomcatServerConfig from integration tests in demo-authorizationserver sample 2024-03-16 09:50:03 -04:00
Joe Grandja 0d7ba7012e Revert "Temporarily disable integration tests in demo-authorizationserver sample"
This reverts commit d25331ce50.
2024-03-16 07:08:21 -04:00
Joe Grandja d25331ce50 Temporarily disable integration tests in demo-authorizationserver sample 2024-03-15 21:02:32 -04:00
Joe Grandja d6a87532a9 Add sample for PKI Mutual-TLS client authentication method
Issue gh-1558
2024-03-15 21:02:31 -04:00
Joe Grandja 8361dabdbf Generate keystore for samples
Issue gh-1558
2024-03-15 21:02:31 -04:00
Joe Grandja f67b259a1b Add X509Certificate generator for samples
Issue gh-1558
2024-03-15 21:02:31 -04:00
Steve Riesenberg 2ec9329b86 Add Token Exchange grant to demo-client sample
Issue gh-60
2024-02-28 11:40:06 -06:00
Maksim Sasnouski a05d89d3c6 Update to Gradle 8.6
Closes gh-1535
2024-02-28 07:05:04 -05:00
Joe Grandja a04b336a0c Merge branch '1.2.x' 2024-01-31 14:20:18 -05:00
Joe Grandja 2fbe717f44 Remove gradle.properties from samples 2024-01-31 14:18:52 -05:00
Joe Grandja 59b1161a14 Merge branch '1.2.x' 2024-01-30 07:08:23 -05:00
Joe Grandja 979fee1752 Update to Spring Boot 3.2.2
Closes gh-1528
2024-01-30 07:06:26 -05:00
Joe Grandja 168077be24 Add support for multiple issuers per host using the path component
Closes gh-1342
2024-01-15 05:33:35 -05:00
Joe Grandja 7f1cde0117 Polish gh-1446 2023-11-16 12:00:22 -05:00