Commit Graph

621 Commits

Author SHA1 Message Date
Joe Grandja
ded6faae76 Merge branch '1.3.x' into 1.4.x 2025-02-14 12:04:06 -05:00
Joe Grandja
29472a17a9 Polish gh-1889 2025-02-14 11:41:51 -05:00
Nick Holloway
8d4da24892 Fix device access token response error codes
Closes gh-1885

Signed-off-by: Nick Holloway <nick.holloway@pyrites.org.uk>
2025-02-14 11:39:08 -05:00
Loren
f1d54279e6 Replace deprecated fromHttpUrl with fromUriString
Closes gh-1883

Signed-off-by: Loren <cn.luowenjie@qq.com>
2025-01-21 09:20:05 -05:00
Loren
1f28280e7b Add Override annotation
Closes gh-1878

Signed-off-by: Loren <cn.luowenjie@qq.com>
2025-01-21 09:05:55 -05:00
Tran Ngoc Nhan
d238794229 Polish diamond operator
Closes gh-1848
2024-12-11 16:05:04 -05:00
Tran Ngoc Nhan
ed0265bf02 Polish
Closes gh-1842
2024-11-29 11:38:04 -05:00
Leon Linhart
e8f627f01e Use empty map for missing additional parameters
Closes gh-1826
2024-11-29 11:23:26 -05:00
Joe Grandja
0d2dac20af Merge branch '1.3.x' 2024-10-25 12:05:15 -04:00
Joe Grandja
92f7371021 Merge branch '1.2.x' into 1.3.x
Closes gh-1791
2024-10-25 12:02:25 -04:00
Joe Grandja
572255bebe Use toLower/toUpperCase with Locale argument
Closes gh-1790
2024-10-25 12:01:30 -04:00
Joe Grandja
a8d3960b97 Merge branch '1.3.x' 2024-10-21 15:17:23 -04:00
Joe Grandja
a60b1f65ee Merge branch '1.2.x' into 1.3.x
Closes gh-1782
2024-10-21 15:13:29 -04:00
William Koch
c6c20b9dba AOT contributions will be registered for JbcOAuth2AuthorizationService subclasses
Prior to this commit, String-based class name comparisons were used for determining if a bean was of type JdbcOAuth2AuthorizationService or
JdbcRegisteredClientRepository.

Now JdbcOAuth2AuthorizationService.class.isAssignableFrom(...) and JdbcRegisteredClientRepository.class.isAssignableFrom(...) is used so that any subclasses are
detected and the necessary AOT hints are contributed.

Closes gh-1778
2024-10-21 07:23:10 -04:00
Max Batischev
145599b44a Replace DelegatingAuthenticationConverter with one in Spring Security
Closes gh-1736
2024-10-17 10:12:44 -04:00
Joe Grandja
b1dcb87422 Merge branch '1.3.x' 2024-10-04 06:16:39 -04:00
Joe Grandja
68300d4cf9 Polish gh-1729 2024-10-04 05:57:16 -04:00
Selene Feigl
8c297b1252 Fix verification_uri in device authorization response when context path exists
Closes gh-1714
2024-10-04 05:54:24 -04:00
Joe Grandja
2c7975485f Simplify configuring authorization server using HttpSecurity.with()
Closes gh-1707
2024-10-03 15:28:16 -04:00
Joe Grandja
4d1e2d9711 Polish gh-1723 2024-10-01 17:19:45 -04:00
Daniel Garnier-Moiroux
acd4fd0227 Support custom validation in OidcLogoutAuthenticationProvider
- Similar to custom validation in OAuth2AuthorizationCodeRequestAuthenticationProvider

Closes gh-1693
2024-10-01 17:18:36 -04:00
Joe Grandja
8edbc26b18 Add convenience method for invalidating an OAuth2Token
Closes gh-1717
2024-09-12 15:10:11 -04:00
Joe Grandja
82413f4a3e Fix tests 2024-08-19 18:02:53 -04:00
Joe Grandja
f885df4343 Allow customizing LogoutHandler in OidcLogoutEndpointFilter
Closes gh-1244
2024-08-13 12:07:15 -04:00
Joe Grandja
19dfcd4ba9 Add support for OpenID Connect 1.0 prompt=none parameter
Closes gh-501
2024-08-08 06:03:27 -04:00
Joe Grandja
c0182f5441 Merge branch '1.3.x' 2024-08-02 15:00:11 -04:00
Joe Grandja
f56ac535d9 Merge branch '1.2.x' into 1.3.x
Closes gh-1685
2024-08-02 14:55:40 -04:00
Joe Grandja
1fcd0046dd Polish gh-1680 2024-08-02 14:44:00 -04:00
aijaz2
48115faee7 Fix empty code parameter in CodeVerifierAuthenticator
Closes gh-1680
2024-08-02 14:18:58 -04:00
Joe Grandja
4bfabf59f5 Merge branch '1.3.x' 2024-07-31 11:02:33 -04:00
Joe Grandja
acb49b94d4 Merge branch '1.2.x' into 1.3.x
Closes gh-1683
2024-07-31 10:58:59 -04:00
MrJovanovic13
72d7fb195e Fix json deserialization of multi-valued authorization request parameters
Closes gh-1666
2024-07-31 09:54:44 -04:00
Joe Grandja
7c86fb22e8 Merge branch '1.3.x' 2024-07-22 09:24:57 -04:00
Joe Grandja
14f38e10c5 Merge branch '1.2.x' into 1.3.x 2024-07-22 09:14:34 -04:00
Joe Grandja
ab6f4e4186 Revert "AuthorizationServerContext is accessible in custom consent controller"
This reverts commit 9addcf65b3.

Closes gh-1668 in 1.2.x
2024-07-22 09:04:25 -04:00
Joe Grandja
021b60b2e7 Merge branch '1.3.x' 2024-07-19 15:55:40 -04:00
Joe Grandja
41d3c30b49 Merge branch '1.2.x' into 1.3.x 2024-07-19 15:49:04 -04:00
Joe Grandja
9addcf65b3 AuthorizationServerContext is accessible in custom consent controller
Closes gh-1668
2024-07-19 15:35:47 -04:00
Joe Grandja
413363b130 Polish gh-1667 2024-07-19 05:19:03 -04:00
sealte
1125b37b8e Add authenticationDetailsSource to OAuth2TokenRevocationEndpointFilter
Closes gh-1634
2024-07-19 05:19:02 -04:00
Joe Grandja
6ceb56fb70 Bump next minor version 2024-07-18 17:02:37 -04:00
Joe Grandja
ce76f5c23d Merge branch '1.2.x'
Closes gh-1657
2024-06-25 06:15:11 -04:00
Joe Grandja
520fe25ba4 Fix to allow multiple public client registrations
Closes gh-1641
2024-06-25 06:11:12 -04:00
Joe Grandja
e3c6effeea X509 client certificate authentication triggers when client id is provided
Closes gh-1635
2024-06-12 05:42:33 -04:00
Nick Holloway
25b70bcafe Fix AOT hints for OAuth 2.0 Token Exchange
Closes gh-1630
2024-06-05 07:27:12 -04:00
Joe Grandja
448a782e29 Fix checkstyle violations for test module in 1.3.x
Issue gh-1624
2024-05-23 09:49:31 -04:00
Joe Grandja
fa59682383 Fix checkstyle violations for main module in 1.3.x
Issue gh-1624
2024-05-23 09:49:21 -04:00
Joe Grandja
12b71ea8e2 Merge branch '1.2.x' 2024-05-23 08:45:45 -04:00
Joe Grandja
9d336ebd65 Fix checkstyle violations for test module in 1.2.x
Issue gh-1624
2024-05-23 08:37:31 -04:00
Joe Grandja
365ae4e56a Fix checkstyle violations for main module in 1.2.x
Issue gh-1624
2024-05-23 08:37:31 -04:00