Commit Graph

983 Commits

Author SHA1 Message Date
Steve Riesenberg
215c101c3d Polish gh-1309 2023-07-27 14:03:01 -05:00
Martin Bogusz
82b70595ad Fix userCode validation
Issue gh-44
2023-07-27 14:03:00 -05:00
Joe Grandja
2a3b5d21f5 Fix NPE in DefaultErrorController
Closes gh-1286
2023-06-30 15:50:52 -04:00
Joe Grandja
2895169b30 Polish gh-1289 2023-06-30 06:27:26 -04:00
cbilodeau
b6f3b5cc45 Fix generating ID token with null sid when refresh_token grant
Closes gh-1283
2023-06-30 06:24:20 -04:00
Joe Grandja
5c2a2c0d0c Next Development Version 2023-06-20 06:42:06 -04:00
Joe Grandja
d1782e728a Release 1.1.1 2023-06-20 06:36:16 -04:00
Joe Grandja
0b26f2c168 Merge branch '1.0.x' into 1.1.x 2023-06-20 04:49:25 -04:00
Joe Grandja
e8db64ada9 Merge branch '0.4.x' into 1.0.x 2023-06-20 04:48:58 -04:00
Joe Grandja
5e37315074 Merge branch '1.0.x' into 1.1.x 2023-06-20 04:44:15 -04:00
Joe Grandja
580a692a0c Update feature planning section to using GitHub Projects 2023-06-20 04:32:04 -04:00
Joe Grandja
b3082a42e4 Update to jackson-bom 2.15.2
Closes gh-1282
2023-06-19 16:09:42 -04:00
Joe Grandja
6b15995495 Update to junit-jupiter 5.9.3
Closes gh-1281
2023-06-19 15:51:04 -04:00
Joe Grandja
328228b60c Merge branch '0.4.x' into 1.0.x 2023-06-19 15:48:29 -04:00
Joe Grandja
b0e114d019 Update to junit-jupiter 5.9.3
Closes gh-1280
2023-06-19 15:24:08 -04:00
Joe Grandja
3253eb9877 Update to Spring Security 6.1.1
Closes gh-1279
2023-06-19 15:00:37 -04:00
Joe Grandja
528823d1a0 Update to Spring Framework 6.0.10
Closes gh-1278
2023-06-19 14:54:27 -04:00
Joe Grandja
528a1d44cf Merge branch '1.0.x' into 1.1.x 2023-06-19 14:47:11 -04:00
Joe Grandja
3834860ec8 Update to Spring Security 6.0.4
Closes gh-1277
2023-06-19 14:44:34 -04:00
Joe Grandja
439516537e Update to Spring Framework 6.0.10
Closes gh-1276
2023-06-19 14:43:58 -04:00
Joe Grandja
b4f55b3527 Merge branch '1.0.x' into 1.1.x 2023-06-19 14:21:42 -04:00
Joe Grandja
a907b90bf9 Merge branch '0.4.x' into 1.0.x
Closes gh-1275
2023-06-19 14:17:42 -04:00
Joe Grandja
fa9d7f130d Update to jackson-bom 2.14.3
Closes gh-1274
2023-06-19 14:14:09 -04:00
Joe Grandja
44bff8e340 Merge branch '1.0.x' into 1.1.x 2023-06-19 14:10:37 -04:00
Joe Grandja
a5b7523d2b Merge branch '0.4.x' into 1.0.x 2023-06-19 14:10:03 -04:00
Joe Grandja
5ebd5515a5 Update to Spring Security 5.8.4
Closes gh-1273
2023-06-19 14:05:17 -04:00
Joe Grandja
19ed64d26c Update to Spring Framework 5.3.28
Closes gh-1272
2023-06-19 14:04:52 -04:00
Joe Grandja
1cffa18c32 Polish gh-1252 2023-06-16 11:58:22 -04:00
Martin Lindström
980d75325a Fix to save all values for multi-valued device grant parameters
Fixes gh-1269
2023-06-16 11:57:34 -04:00
Joe Grandja
b39771d8b5 Merge branch '1.0.x' into 1.1.x
Closes gh-1268
2023-06-16 10:59:37 -04:00
Joe Grandja
b713d30203 Merge branch '0.4.x' into 1.0.x
Closes gh-1267
2023-06-16 10:53:35 -04:00
Joe Grandja
2b3b5d2531 Polish gh-1252 2023-06-16 10:27:44 -04:00
Martin Lindström
890b1ef0ed Fix to save all values for multi-valued request parameters
Fixes gh-1250
2023-06-16 06:11:01 -04:00
Joe Grandja
bdc0b4de5f Polish gh-1233 2023-06-15 15:55:00 -04:00
Pavel Efros
6e1ed9fd87 Fix NPE on access token in OAuth2AuthorizationCodeAuthenticationProvider
Closes gh-1233
2023-06-15 15:53:49 -04:00
Steve Riesenberg
9c1ec348af Revert "Prepare for automated validation scripts"
This reverts commit ece9f10fe8.

Issue gh-1231
2023-05-30 12:28:01 -05:00
Joe Grandja
27a893fbee Validate authorized principal instead of sub during logout
Closes gh-1235
2023-05-29 11:15:15 -04:00
heartape
a73181153d Use substring instead of replaceFirst in OAuth2AuthorizationConsent
Closes gh-1222
2023-05-29 09:17:53 -04:00
Joe Grandja
00c114cc12 ID Token contains sid claim after refresh_token grant
Closes gh-1224
2023-05-26 16:02:16 -04:00
Steve Riesenberg
ece9f10fe8 Prepare for automated validation scripts
See https://github.com/gradle/gradle-enterprise-build-validation-scripts/blob/main/Gradle.md

Issue gh-1231
2023-05-25 13:49:42 -05:00
Steve Riesenberg
26ff4dad90 Update com.gradle.enterprise plugin to 3.13.3
Closes gh-1234
Issue gh-1231
2023-05-25 13:47:41 -05:00
Steve Riesenberg
ef2a302a7c Update to Spring Boot 3.1.0 2023-05-23 17:02:19 -05:00
Steve Riesenberg
3559279a65 Exclude project dependency from spring-boot-dependencies
Closes gh-1228
2023-05-23 15:56:56 -05:00
Joe Grandja
878a75d6ed Revert serialVersionUID to 1.1.0
Closes gh-1220
2023-05-19 15:51:36 -04:00
Joe Grandja
a3df0eebf4 Merge branch '1.0.x' 2023-05-19 15:36:57 -04:00
Joe Grandja
04da0129f9 Revert serialVersionUID to 1.0.0
Closes gh-1219
2023-05-19 15:29:53 -04:00
Joe Grandja
122bf746e2 Merge branch '1.0.x' 2023-05-19 15:10:28 -04:00
Joe Grandja
baf77fbbeb Merge branch '0.4.x' into 1.0.x 2023-05-19 15:02:35 -04:00
Joe Grandja
4bb741b0ba Revert serialVersionUID to 0.4.0
Closes gh-1218
2023-05-19 14:50:28 -04:00
Joe Grandja
6eeca49428 Next Development Version 2023-05-16 13:00:27 -04:00