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
725c300db2
Release 0.2.0
2021-08-18 20:14:55 -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
c926884049
Update to nimbus-jose-jwt 9.10.1
...
Closes gh-408
2021-08-18 16:13:00 -04:00
Joe Grandja
0e99adc72e
Update to jackson-bom 2.12.4
...
Closes gh-407
2021-08-18 16:12:47 -04:00
Joe Grandja
c444544a27
Update to Spring Boot 2.5.3
...
Closes gh-406
2021-08-18 16:12:20 -04:00
Joe Grandja
84c24b344f
Update Reactor to 2020.0.10
...
Closes gh-405
2021-08-18 16:12:03 -04:00
Joe Grandja
34d4131968
Update to Spring Security 5.5.2
...
Closes gh-404
2021-08-18 16:11:23 -04:00
Joe Grandja
d3f25dd6ea
Update to Spring Framework 5.3.9
...
Closes gh-403
2021-08-18 16:10:54 -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
57aadceb17
Remove references to experimental
2021-08-17 05:58:41 -04:00
Joe Grandja
5484931892
Update CONTRIBUTING
2021-08-17 05:42:56 -04:00
Joe Grandja
b5db5ffe54
Update README
2021-08-17 05:14:43 -04:00
Joe Grandja
9312c1807b
Add support policy
2021-08-16 14:45:49 -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
Joe Grandja
ea7c68997f
Polish gh-381
2021-08-09 09:27:51 -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