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 |
|
Joe Grandja
|
b5d47366ad
|
openid scope does not require user consent
Closes gh-225
|
2021-02-11 08:35:17 -05:00 |
|
Joe Grandja
|
ece5f2b3b1
|
Add JwtEncodingContext.getAuthorizedScopes()
Issue gh-199
|
2021-02-10 20:26:01 -05:00 |
|
Joe Grandja
|
c00226d0c6
|
Store authorizedScopes attribute for client_credentials grant
Issue gh-213
|
2021-02-10 19:37:14 -05:00 |
|
Joe Grandja
|
6ffda38cb9
|
OAuth2AccessToken.scopes includes authorized or requested scopes
Closes gh-224
|
2021-02-10 15:45:26 -05:00 |
|
Joe Grandja
|
09846eebeb
|
InMemoryOAuth2AuthorizationService.save() supports insert and update
Related gh-220
Closes gh-222
|
2021-02-10 13:36:52 -05:00 |
|
Joe Grandja
|
afd5491ced
|
Improve RegisteredClient model
Closes gh-221
|
2021-02-09 20:48:23 -05:00 |
|
Joe Grandja
|
313b4cc5d3
|
Add OAuth2Authorization.id
Closes gh-220
|
2021-02-09 15:38:27 -05:00 |
|
Joe Grandja
|
3c6571044d
|
Rename TokenType to OAuth2TokenType
Closes gh-219
|
2021-02-09 13:29:06 -05:00 |
|
Joe Grandja
|
2f1684d44b
|
Polish gh-213
|
2021-02-09 04:55:31 -05:00 |
|
Joe Grandja
|
2cdb7ef0fc
|
Remove OAuth2AuthorizationAttributeNames
Issue gh-213
|
2021-02-09 03:51:00 -05:00 |
|
Joe Grandja
|
ee1b46b9a6
|
Remove OAuth2AuthorizationAttributeNames.PRINCIPAL
Issue gh-213
|
2021-02-08 21:14:33 -05:00 |
|
Joe Grandja
|
cee5aacc15
|
Remove OAuth2AuthorizationAttributeNames.STATE
Issue gh-213
|
2021-02-08 20:47:14 -05:00 |
|
Joe Grandja
|
7261b40cd5
|
Add OAuth2Authorization.authorizationGrantType
Issue gh-213
|
2021-02-08 19:36:14 -05:00 |
|
Joe Grandja
|
bffcbc5440
|
Improve OAuth2Authorization model
This commit removes OAuth2Tokens and OAuth2TokenMetadata and consolidates the code into OAuth2Authorization.
Closes gh-213
|
2021-02-08 19:36:14 -05:00 |
|
Joe Grandja
|
218d49b134
|
Introduce base Authentication for authorization grant
Closes gh-216
|
2021-02-05 11:48:21 -05:00 |
|
Joe Grandja
|
adf96b4e25
|
Add OAuth2TokenCustomizer
Closes gh-199
|
2021-02-04 13:57:37 -05:00 |
|
Joe Grandja
|
3f310eec00
|
Polish gh-201
|
2021-01-29 10:42:56 -05:00 |
|
Florian Berthe
|
aeab08579a
|
Use configuration from ProviderSettings in OAuth2AuthorizationServerConfigurer
Closes gh-182
|
2021-01-29 08:21:53 -05:00 |
|
Gerardo Roza
|
4bcc1afac7
|
OAuth2TokenRevocationAuthenticationProvider ignores token_type_hint
Closes gh-175
|
2021-01-20 10:25:20 -05:00 |
|
Joe Grandja
|
17c20e98d4
|
Polish NimbusJwsEncoderTests
Issue gh-196
|
2021-01-19 05:22:51 -05:00 |
|
Joe Grandja
|
b7996e26d0
|
Fix NimbusJwkSetEndpointFilter
Closes gh-198
|
2021-01-19 04:39:04 -05:00 |
|
Joe Grandja
|
12f4001c9d
|
Remove CryptoKeySource
Closes gh-196
|
2021-01-16 05:45:06 -05:00 |
|
Joe Grandja
|
36e66bd732
|
Remove unused RegisteredClientRepository from OAuth2AuthorizationCodeAuthenticationProvider
|
2020-12-11 11:53:31 -05:00 |
|
Joe Grandja
|
42a89d15b1
|
Remove unused OAuth2AuthorizationService from OAuth2TokenEndpointFilter
|
2020-12-11 11:50:07 -05:00 |
|
Joe Grandja
|
259b55f682
|
Move OidcProviderConfigurationEndpointFilter
Issue gh-143
|
2020-12-11 11:30:35 -05:00 |
|
Joe Grandja
|
f2bb523105
|
Add OpenID Connect 1.0 Authorization Code Flow
Closes gh-53
|
2020-12-10 15:47:12 -05:00 |
|
Joe Grandja
|
8c71e56350
|
Polish gh-168
|
2020-12-08 14:12:29 -05:00 |
|
Laurentiu Spilca
|
7c7e664bb7
|
Refresh token not issued when grant type not configured
Closes gh-155
|
2020-12-08 13:52:50 -05:00 |
|
Laurentiu Spilca
|
7fae37f0b5
|
Ensure refresh token is not revoked
Closes gh-158
|
2020-12-08 11:14:06 -05:00 |
|
Joe Grandja
|
7f8aff7982
|
Ignore unknown token_type_hint
Closes gh-174
|
2020-12-08 08:35:29 -05:00 |
|
Joe Grandja
|
f077337e43
|
Use TokenSettings.accessTokenTimeToLive()
Closes gh-172
|
2020-12-08 06:02:42 -05:00 |
|
Joe Grandja
|
79f1cf5a50
|
Allow customizing Jwt claims and headers
Closes gh-173
|
2020-12-07 16:41:17 -05:00 |
|
Joe Grandja
|
f97b8b2656
|
Apply consistent naming to builder() methods
Issue gh-143 gh-81
|
2020-11-30 08:15:44 -05:00 |
|
Joe Grandja
|
4e4656f7bb
|
Apply consistent naming for jwkSet
Issue gh-143
|
2020-11-30 07:50:05 -05:00 |
|