Daniel Garnier-Moiroux
26f15b99bb
Make OAuth2ClientAuthenticationToken @Transient
2021-10-14 15:17:57 -04:00
Ovidiu Popa
298ebc7c01
Avoid client secret double encoding when updating a registered client
...
This might have to be revisited at a later point, but to check if a value is encoded or not is quite tricky. The decision was to remove client_secret and client_secret_expires_at from the update statement
Closes gh-389
2021-09-23 13:51:56 -04:00
Joe Grandja
0735abdaad
Polish gh-411
2021-09-23 12:01:42 -04:00
Dmitriy Dubson
0dfe5cb44a
Fix cancel consent functionality on default consent page
...
- Fix also applies to custom consent sample
Closes gh-393
2021-09-23 08:17:54 -04:00
Joe Grandja
4ccdd2baf4
OAuth2TokenIntrospectionAuthenticationProvider checks for null issuer
...
Closes gh-438
2021-09-23 06:25:07 -04:00
Joe Grandja
e4ce97b887
Access token is active after revoke then refresh
...
Closes gh-432
2021-09-22 10:34:55 -04:00
Kirat Kumar
aaeca70b4c
Removed an empty statement
2021-09-21 15:45:04 -04:00
Joe Grandja
8e8979af60
Next Development Version
2021-08-18 21:01:07 -04:00
Joe Grandja
f3f69b300f
Authorization failure does not clear current Authentication
...
Closes gh-409
2021-08-18 20:00:02 -04:00
Joe Grandja
f3c29bd545
Use OAuth2AuthenticationException(String errorCode)
...
Closes gh-402
2021-08-18 15:23:45 -04:00
Joe Grandja
ea1f95b4ed
Replace stream usage with for loops
...
Closes gh-401
2021-08-18 13:42:08 -04:00
Joe Grandja
42d611828a
Polish OAuth2TokenCustomizer
2021-08-18 11:26:12 -04:00
Joe Grandja
9388002158
Add javadoc for OAuth2TokenCustomizer
...
Issue gh-199
2021-08-18 10:58:05 -04:00
Anoop Garlapati
1d4dcddc11
Polish loopback address validation in DefaultRedirectUriOAuth2AuthenticationValidator
...
Changed loopback address validation from regex to explicit
validation using IPv4 loopback address range and IPv6 address.
Issue gh-243
2021-08-17 15:00:42 -04:00
Joe Grandja
3ee47efff7
Disable Oidc client registration by default
...
Closes gh-398
2021-08-17 10:04:19 -04:00
Joe Grandja
fe27e39c5d
Extract configurer for OpenID Connect 1.0 support
...
Issue gh-398
2021-08-17 10:03:54 -04:00
Joe Grandja
7680505eed
Move OAuth2AuthorizationCode
...
Closes gh-395
2021-08-13 04:56:24 -04:00
Joe Grandja
d15a68514d
Polish OAuth2Authorization
2021-08-13 04:24:34 -04:00
Joe Grandja
53ed5b8481
Polish OAuth2TokenContext
2021-08-13 04:11:31 -04:00
Joe Grandja
c89f2f3819
Polish PublicClientAuthenticationConverter
2021-08-13 03:15:04 -04:00
Joe Grandja
ebecb2a7f6
Polish ClientSecretPostAuthenticationConverter
2021-08-13 03:14:25 -04:00
Joe Grandja
4995acc825
Polish ClientSecretBasicAuthenticationConverter
2021-08-13 03:13:34 -04:00
Joe Grandja
a4a61fcf50
Polish ConfigurationSettingNames
2021-08-13 02:37:03 -04:00
Joe Grandja
86997bc0ac
Polish RegisteredClient
2021-08-12 17:06:13 -04:00
Joe Grandja
a740e819ae
Polish OAuth2TokenRevocationAuthenticationToken
2021-08-12 16:53:29 -04:00
Joe Grandja
c7815939d2
Validate redirect_uri on dynamic client registration
...
Closes gh-392
2021-08-10 09:28:26 -04:00
Joe Grandja
2c8d5a19ac
Remove comment in OAuth2AuthorizationCodeRequestAuthenticationProvider
2021-08-10 05:20:59 -04:00
Joe Grandja
6b5d9f0fe5
Polish JwtEncoder APIs
...
Closes gh-391
2021-08-10 04:49:27 -04:00
Steve Riesenberg
115a78d5f5
Add post processor to register ProviderSettings Bean
...
Closes gh-373
2021-07-30 11:58:42 -04:00
Ovidiu Popa
1929e3a80a
JdbcRegisteredClientRepository hashes client secret on save
...
Closes gh-378
2021-07-30 11:11:32 -04:00
Joe Grandja
7546d18a40
Polish gh-379
2021-07-30 09:55:29 -04:00
Steve Riesenberg
83915e8421
Do not issue refresh token to public client
...
Closes gh-296
2021-07-30 09:55:29 -04:00
Joe Grandja
0493bbf1d1
OAuth2ClientAuthenticationToken supports any type of credentials
...
Closes gh-382
2021-07-30 09:54:56 -04:00
Ovidiu Popa
41f8c9cd00
Add update support in JdbcRegisteredClientRepository
...
Closes gh-356
2021-07-29 11:10:36 -04:00
Joe Grandja
3d4df8807d
Provide configuration for client authentication
...
Closes gh-380
2021-07-29 10:24:00 -04:00
Joe Grandja
850bd76aee
Polish OAuth2ClientAuthenticationFilter
2021-07-29 05:55:37 -04:00
Joe Grandja
7f294abfbb
Polish gh-376
2021-07-28 06:07:52 -04:00
Joe Grandja
3ea7d8c9b6
Provide configuration for refresh token generator
...
Closes gh-377
2021-07-28 06:02:56 -04:00
Joe Grandja
06ad211fce
Provide configuration for authorization code generator
...
Closes gh-376
2021-07-28 04:56:05 -04:00
Joe Grandja
84e53f635c
Remove Context.of()
...
Closes gh-375
2021-07-27 05:02:19 -04:00
Joe Grandja
f6c4d49b9f
Introduce OAuth2AuthenticationValidator
...
Closes gh-374
2021-07-27 04:28:23 -04:00
Joe Grandja
06f2845ac0
Extract constants from Settings implementations
...
Closes gh-369
2021-07-23 10:50:18 -04:00
Joe Grandja
a3b14a97d6
Remove OAuth2ErrorCodes2
...
Closes gh-368
2021-07-23 06:25:50 -04:00
Joe Grandja
0723936b8a
Remove OAuth2RefreshToken2
...
Closes gh-367
2021-07-23 06:18:30 -04:00
Joe Grandja
0d7727a7d4
Make Settings implementations immutable
...
Closes gh-366
2021-07-23 05:50:17 -04:00
Joe Grandja
79fd004346
Use OAuth2Token in OAuth2Authorization
...
Closes gh-364
2021-07-22 04:04:29 -04:00
Joe Grandja
70142f3705
Rename ClientSettings.requireUserConsent() to requireAuthorizationConsent()
...
Closes gh-363
2021-07-21 14:37:34 -04:00
Joe Grandja
c42f80c280
Remove deprecated code
...
Closes gh-362
2021-07-21 13:56:10 -04:00
Joe Grandja
a7feab605b
Remove OAuth2ParameterNames2
...
Closes gh-361
2021-07-21 13:35:59 -04:00
Joe Grandja
51966d52d5
Make AuthenticationProvider implementations final
...
Closes gh-360
2021-07-21 11:26:57 -04:00