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
Joe Grandja
20d47ecaa0
Make Filter implementations final
...
Closes gh-359
2021-07-21 11:08:38 -04:00
Joe Grandja
d85ce0a6dd
Reduce visibility of default endpoint URI constants
...
Closes gh-358
2021-07-21 10:42:59 -04:00
Joe Grandja
5593208e61
Move AuthenticationConverter's to web.authentication package
...
Closes gh-357
2021-07-21 09:32:24 -04:00
Joe Grandja
beb1233358
Rename OAuth2TokenIntrospectionClaimAccessor.getScope() to getScopes()
...
Closes gh-354
2021-07-21 06:34:03 -04:00
Joe Grandja
75d649578a
Polish gh-350
2021-07-20 06:31:52 -04:00
Bibibiu
bd98031036
Remove use of deprecated ClientAuthenticationMethod's
...
Closes gh-346
2021-07-20 05:38:01 -04:00
Steve Riesenberg
687f03f047
Fix windows test failures
2021-07-14 11:11:56 -05:00
Joe Grandja
3dfcbfe136
Next Development Version
2021-07-09 08:35:47 -04:00
Joe Grandja
7ffcbe57a7
Fix package tangle
2021-07-09 08:00:45 -04:00
Joe Grandja
7b4fc46369
Polish authorization consent page
...
Issue gh-340
2021-07-09 07:15:01 -04:00
Joe Grandja
c93c1a8097
Polish gh-338
2021-07-09 06:51:13 -04:00
Joe Grandja
1ae4f7aa13
Polish JdbcRegisteredClientRepository
...
Issue gh-291
2021-07-09 06:06:53 -04:00
Joe Grandja
a11284f0f5
Polish gh-331
2021-07-09 04:37:52 -04:00
Joe Grandja
ad108f519a
Polish JdbcOAuth2AuthorizationConsentService
...
Issue gh-314
2021-07-08 09:58:07 -04:00
Joe Grandja
9787794ea1
Polish JdbcOAuth2AuthorizationService
...
Issue gh-304
2021-07-08 08:50:02 -04:00
Joe Grandja
059880f51a
Update nimbus-jose-jwt to 9.8.1
...
Issue gh-344
2021-07-07 10:31:37 -04:00
Steve Riesenberg
4204bc7e78
Temporarily fix expires_in for access token response
...
TODO: This can be reverted when Spring Security 5.6 is released.
Closes gh-281
2021-07-07 08:05:44 -04:00
Anoop Garlapati
385fc37b1d
Refresh token grant may issue ID token
...
See https://openid.net/specs/openid-connect-core-1_0.html#RefreshTokenResponse
Closes gh-287
2021-07-07 06:18:25 -04:00
Daniel Garnier-Moiroux
b62b161b95
Include WebAuthenticationDetails in token requests
...
Closes gh-322
2021-07-07 04:49:26 -04:00
Joe Grandja
9def059e29
Provide configuration for the authorization endpoint
...
Closes gh-342
2021-07-06 18:15:59 -04:00
Joe Grandja
fb276e7a4a
Provide extension for processing authorization response
...
Issue gh-342
2021-07-06 15:47:33 -04:00
Joe Grandja
543fa264b3
Provide extension for processing authorization request
...
Issue gh-342
2021-07-06 15:07:59 -04:00
Joe Grandja
cf235ceb4e
Polish gh-319
2021-07-06 14:39:40 -04:00
Joe Grandja
4517022f36
Polish authorization consent
...
Issue gh-340 gh-280
2021-07-06 10:21:12 -04:00
Joe Grandja
08ba07d676
Extract AuthenticationProvider from OAuth2AuthorizationEndpointFilter
...
Closes gh-340
2021-07-06 09:16:27 -04:00
Steve Riesenberg
023e22c9d3
Update integration tests to use jdbc
2021-07-01 17:50:19 -05:00
Steve Riesenberg
549cdc7222
Update integration tests to use in-memory
2021-07-01 17:50:19 -05:00
Steve Riesenberg
a949998664
Add test to override schema for JdbcOAuth2AuthorizationConsentService
2021-06-30 15:58:17 -05:00
Steve Riesenberg
aa208a2d30
Add correct script for testing JdbcOAuth2AuthorizationService
2021-06-30 13:05:10 -05:00
Steve Riesenberg
99fb4c8a5f
Add test to override schema for JdbcOAuth2AuthorizationService
2021-06-30 12:08:35 -05:00
Steve Riesenberg
5f994a83d8
Remove public modifier from constructor
2021-06-29 16:41:16 -05:00
Steve Riesenberg
623736d640
Add test to override schema for JdbcRegisteredClientRepository
2021-06-29 15:25:07 -05:00
Steve Riesenberg
3318874da1
Polish gh-291
2021-06-29 14:06:36 -05:00
Steve Riesenberg
6f6829bb91
Polish gh-314
2021-06-29 11:03:07 -05:00
Steve Riesenberg
ab2f1749bf
Polish gh-304
2021-06-29 10:50:47 -05:00
Steve Riesenberg
232b3b7ac6
Add jackson module for authorization server
...
Fixes problems with serialization of complex attribute values of various framework types such as OAuth2AuthorizationRequest and OAuth2ClientAuthenticationToken.
Closes gh-324
Closes gh-328
2021-06-28 16:12:18 -05:00
Steve Riesenberg
67e62a2f21
Fix NPE saving public client
...
Closes gh-326
2021-06-28 12:37:01 -05:00
Steve Riesenberg
473dedb9ad
Revert "Polish JdbcRegisteredClientRepository, JdbcOAuth2AuthorizationConsentService, JdbcOAuth2AuthorizationService"
...
This reverts commit e5e391db
2021-06-25 09:14:55 -05:00
Steve Riesenberg
e5e391db38
Polish JdbcRegisteredClientRepository, JdbcOAuth2AuthorizationConsentService, JdbcOAuth2AuthorizationService
2021-06-23 16:08:23 -05:00
Joe Grandja
4209ed7599
Polish JdbcOAuth2AuthorizationService
...
Issue gh-304
2021-06-23 07:09:08 -04:00
Steve Riesenberg
763ef2224b
Polish gh-291
2021-06-22 12:32:25 -05:00
Rafal Lewczuk
769cf8fac7
JDBC implementation of RegisteredClientRepository
...
Closes gh-265
2021-06-22 11:17:25 -05:00
Joe Grandja
1f4b369912
Provide configuration for the token endpoint
...
Closes gh-319
2021-06-22 06:13:44 -04:00
Joe Grandja
7c97d8ede9
Extract utility methods from OAuth2AuthorizationServerConfigurer
...
Issue gh-319
2021-06-22 06:13:34 -04:00