Joe Grandja
|
7ffcbe57a7
|
Fix package tangle
|
2021-07-09 08:00:45 -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 |
|
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
|
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
|
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
|
5a79234677
|
Provide extension for processing access token request
Issue gh-319
|
2021-06-22 06:13:25 -04:00 |
|
Joe Grandja
|
23732187a9
|
Provide extension for processing access token response
Issue gh-319
|
2021-06-22 06:12:44 -04:00 |
|
Ovidiu Popa
|
5dbe973701
|
Provide JDBC implementation of OAuth2AuthorizationConsentService
Add new JDBC implementation of the OAuth2AuthorizationConsentService
Add equals and hashCode methods in OAuth2AuthorizationConsent
Closes gh-313
|
2021-06-18 11:46:45 -05:00 |
|
Ovidiu Popa
|
552751bd93
|
Provide JDBC implementation of OAuth2AuthorizationService
Add new JDBC implementation of the OAuth2AuthorizationService
Closes gh-245
|
2021-06-15 17:43:25 -05:00 |
|
Joe Grandja
|
f3cb8f758c
|
Polish gh-280
|
2021-06-04 06:36:40 -04:00 |
|
Daniel Garnier-Moiroux
|
683dad1443
|
Remember user consent and make consent page configurable
Closes gh-283
|
2021-06-03 09:56:13 -04:00 |
|
Steve Riesenberg
|
c37ecd747f
|
OAuth2AuthorizationCodeAuthenticationProvider checks if code has expired
Closes gh-290
|
2021-05-26 13:41:49 -04:00 |
|
Joe Grandja
|
93d16d4419
|
Polish gh-272
|
2021-05-07 14:26:29 -04:00 |
|
Rafal Lewczuk
|
8cd954ffa2
|
Use PasswordEncoder in OAuth2ClientAuthenticationProvider
Closes gh-271
|
2021-05-07 14:25:24 -04:00 |
|
Joe Grandja
|
e7feb6c0ed
|
Polish gh-189
|
2021-05-07 11:21:41 -04:00 |
|
Ovidiu Popa
|
8224a0d971
|
Implement OpenID client registration endpoint
See: https://openid.net/specs/openid-connect-registration-1_0.html#ClientRegistration
Closes gh-57
|
2021-05-07 11:06:11 -04:00 |
|
Daniel Garnier-Moiroux
|
2712a7b86c
|
Polish ProviderSettingsTests
Issue gh-167
|
2021-04-30 06:15:04 -04:00 |
|
Joe Grandja
|
7dc9da3340
|
Polish gh-167
|
2021-04-30 05:49:38 -04:00 |
|
Daniel Garnier-Moiroux
|
0a4775423b
|
Implement OAuth 2.0 Server Metadata (RFC 8414)
See See https://tools.ietf.org/html/rfc8414
Closes gh-54
|
2021-04-28 10:13:51 +02:00 |
|
Joe Grandja
|
9a45ae9804
|
Polish gh-161
|
2021-04-26 09:51:39 -04:00 |
|
Gerardo Roza
|
92e8c08ce6
|
Add Token Introspection Endpoint
Closes gh-52
|
2021-04-26 09:51:39 -04:00 |
|
Joe Grandja
|
85d6a12000
|
Login page should not be configured
Closes gh-267
|
2021-03-26 11:09:20 -04:00 |
|
Anoop Garlapati
|
8d57c893fb
|
Redirect URI validation for loopback address
Modified redirect_uri validation as per OAuth 2.1 to
accomodate for redirections on loopback address interface.
Closes gh-243
|
2021-03-25 15:50:53 -04:00 |
|
Joshua Casey
|
3b0938883b
|
Scope "openid" should be in access token response scope
- Still does not require user consent
Closes gh-252
|
2021-03-15 12:00:44 -04:00 |
|
Joe Grandja
|
69a34bce5b
|
Fix package tangles
|
2021-02-11 15:16:37 -05:00 |
|
Joe Grandja
|
7652d0ebbe
|
Propagate additional token request parameters
Closes gh-226
|
2021-02-11 10:42:26 -05:00 |
|