Commit Graph

1190 Commits

Author SHA1 Message Date
github-actions[bot]
b867304a4e Release 1.3.0-M1 2024-01-16 15:20:43 +00:00
Joe Grandja
1d0e6cbb21 Document usage for OAuth2ClientCredentialsAuthenticationProvider.setAuthenticationValidator()
Issue gh-1377
2024-01-16 07:46:35 -05:00
Joe Grandja
463b2c4c05 Update to assertj-core 3.25.1
Closes gh-1513
2024-01-15 18:53:01 -05:00
Joe Grandja
51b7d545c9 Update to jackson-bom 2.16.1
Closes gh-1512
2024-01-15 18:52:50 -05:00
Joe Grandja
87d604ef61 Update to Spring Security 6.3.0-M1
Closes gh-1511
2024-01-15 18:52:41 -05:00
Joe Grandja
39928820d5 Update to Spring Framework 6.1.3
Closes gh-1510
2024-01-15 18:52:15 -05:00
Joe Grandja
cce5b3871f Polish gh-1467 2024-01-15 16:42:09 -05:00
smallbun
6638181f46 Improve logging
Closes gh-1467
2024-01-15 16:03:34 -05:00
Joe Grandja
9757e33f09 Polish gh-1377 2024-01-15 15:00:13 -05:00
adamleantech
5c3f1cb691 Allow configurable scope validation strategy in OAuth2ClientCredentialsAuthenticationProvider
Closes gh-1377
2024-01-15 14:58:52 -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
6ec92a073c Merge branch '1.2.x' 2024-01-10 14:06:53 -05:00
Joe Grandja
faad0be153 Add test for refresh_token grant with public client
Related gh-1432
2024-01-10 14:03:09 -05:00
Steve Riesenberg
ccad52dede Merge branch '1.2.x' 2024-01-02 17:34:01 -06:00
Steve Riesenberg
e76fde806f Merge branch '1.1.x' into 1.2.x 2024-01-02 17:33:45 -06:00
Eric Haag
f6b07f5649 Exclude build directories from nohttp task
Before this commit, build directories were considered when running the
checkstyleNohttp Gradle task.

Given that many tasks write their outputs to the build directory, this
could lead to incorrect results being produced, depending on what order
the tasks are executed. As a result, Gradle will disable some build
optimizations, such as build caching, to ensure correctness.

After this commit, build directories are ignored by the
checkstyleNohttp task.
2024-01-02 17:31:19 -06:00
Steve Riesenberg
39fef11600 Merge branch '1.2.x'
Closes gh-1494
2024-01-02 17:19:59 -06:00
Steve Riesenberg
d003c783e9 Merge branch '1.1.x' into 1.2.x
Closes gh-1493
2024-01-02 17:19:47 -06:00
Steve Riesenberg
d879d40299 Update to spring-security-release-plugin 1.0.1
Closes gh-1491
2024-01-02 17:18:33 -06:00
Joe Grandja
4e56073b06 Bump next minor version 2023-12-19 15:14:43 -05:00
Joe Grandja
bd881c2cd7 Merge branch '1.1.x' 2023-12-19 15:00:09 -05:00
Joe Grandja
cf70dc8725 Merge branch '1.0.x' into 1.1.x 2023-12-19 14:55:29 -05:00
Joe Grandja
58d41bd5a3 Merge branch '0.4.x' into 1.0.x 2023-12-19 14:48:27 -05:00
Joe Grandja
9126064fc8 Next Development Version 2023-12-19 13:31:16 -05:00
Joe Grandja
e9b94b1f1e Release 0.4.5 2023-12-19 13:28:29 -05:00
Joe Grandja
fb8500cf6c Next Development Version 2023-12-19 12:20:23 -05:00
Joe Grandja
70f2991d43 Next Development Version 2023-12-19 12:01:22 -05:00
github-actions[bot]
92b3e44ac1 Release 1.1.4 2023-12-19 15:20:23 +00:00
github-actions[bot]
6a820fb722 Release 1.2.1 2023-12-19 15:20:21 +00:00
Joe Grandja
81890a85b3 Update to nimbus-jose-jwt 9.37.3
Closes gh-1484
2023-12-18 15:36:43 -05:00
Joe Grandja
06dd01ed9c Update to Spring Security 6.2.1
Closes gh-1483
2023-12-18 15:36:31 -05:00
Joe Grandja
9198d76ac7 Update to Spring Framework 6.1.2
Closes gh-1482
2023-12-18 15:35:50 -05:00
Joe Grandja
686e111e8d Update to Spring Security 6.1.6
Closes gh-1481
2023-12-18 15:24:36 -05:00
Joe Grandja
82efc12d93 Update to Spring Framework 6.0.15
Closes gh-1480
2023-12-18 15:24:15 -05:00
Joe Grandja
0af2308005 Update to Spring Security 5.8.9
Closes gh-1479
2023-12-18 15:07:19 -05:00
Joe Grandja
a1c4a2ced5 Update to Spring Framework 5.3.31
Closes gh-1478
2023-12-18 15:06:53 -05:00
Joe Grandja
2aaf6121c3 Fix tests
Related gh-1468
2023-12-18 14:14:42 -05:00
Joe Grandja
8e8dd22d64 Merge branch '1.1.x'
Closes gh-1477
2023-12-18 14:08:03 -05:00
Joe Grandja
c86ddacbca Additional polish gh-1468 2023-12-18 14:02:06 -05:00
Joe Grandja
d915f0ab79 Merge branch '1.0.x' into 1.1.x
Closes gh-1476
2023-12-18 12:10:16 -05:00
Joe Grandja
c3e20e98e6 Merge branch '0.4.x' into 1.0.x 2023-12-18 11:24:16 -05:00
Joe Grandja
f0a6a4c0bf Polish gh-1468 2023-12-18 11:00:07 -05:00
Greg Li
4bc0df5ef8 Fix to ensure endpoints distinguish between form and query parameters
Closes gh-1451
2023-12-15 16:06:05 -05:00
Joe Grandja
68d1691b8a Merge branch '1.1.x'
Closes gh-1474
2023-12-12 12:10:05 -05:00
Joe Grandja
fb9a13b0ff Allow expired ID tokens on RP-initiated logout
Closes gh-1440
2023-12-12 07:05:58 -05:00
Oskar Krishna Shrestha
f003d7e78f Update reference documentation link
Closes gh-1470
2023-12-08 10:55:40 -05:00
Joe Grandja
8f256a4511 Merge branch '1.1.x' 2023-12-08 09:28:05 -05:00
Joe Grandja
59d510b3ab Merge branch '1.0.x' into 1.1.x 2023-12-08 08:58:17 -05:00
Joe Grandja
042885cd8c Merge branch '0.4.x' into 1.0.x 2023-12-08 08:54:47 -05:00
Joe Grandja
639fe93544 Remove unused OAuth2EndpointUtils 2023-12-08 08:38:25 -05:00