Rafal Lewczuk
8cd954ffa2
Use PasswordEncoder in OAuth2ClientAuthenticationProvider
...
Closes gh-271
2021-05-07 14:25:24 -04:00
Joe Grandja
0c70e8ad3a
Rename OAuth2TokenIntrospection.Builder.validateClaims() to validate()
...
Issue gh-161
2021-05-07 11:44:02 -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
Rob Winch
a30a1692b2
.github/workflow master->main
...
Issue gh-284
2021-04-27 15:46:44 -05:00
Rob Winch
77208f05d9
master->main
...
Closes gh-284
2021-04-27 15:44:51 -05: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
4e2626e8b7
Fix code formatter markers
2021-04-26 09:51:21 -04:00
Joe Grandja
2d8d56840c
Polish oauth2-integration sample
...
Issue gh-267
2021-04-05 15:58:36 -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
Norbert Nowak
658b186381
Fix download artifacts link
...
Closes gh-263
2021-03-19 14:06:49 -04:00
Joe Grandja
d33ec32017
Update gh issue template config.yml
2021-03-18 04:05:38 -04:00
Daniel Garnier-Moiroux
59040a4c3d
Use nimbus-jose-jwt and oauth2-oidc-sdk versions from spring-security
...
- Spring Security 5.4.5 downgraded nimbus-jose-jwt to 8.+ from 9.+,
which breaks NimbusJwsEncoder.
- Bump Security to 5.4.5, and Boot to 2.4.3 to match Security
Closes gh-256
2021-03-16 10:04:42 -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
Daniel Garnier-Moiroux
1962b9c5b7
Bump Jacoco to 0.8.6 to support Java 15
2021-03-12 16:09:38 -05:00
Joe Grandja
a90d98aa1e
Use artifactoryUsername/Password for plugin repositories
2021-02-11 22:11:29 -05:00
Joe Grandja
e440935c14
Next Development Version
2021-02-11 21:52:34 -05:00
Joe Grandja
1f9e0f56fb
Release 0.1.0
2021-02-11 21:22:39 -05:00
Joe Grandja
7ff237ed90
Update to json-path 2.4.0
...
Closes gh-239
2021-02-11 21:10:43 -05:00
Joe Grandja
d6d74bc843
Update to okhttp3:okhttp 3.14.9
...
Closes gh-238
2021-02-11 21:10:21 -05:00
Joe Grandja
277565599a
Update to okhttp3:mockwebserver 3.14.9
...
Closes gh-237
2021-02-11 21:09:57 -05:00
Joe Grandja
3b4cb382ec
Update to mockito-core 3.6.28
...
Closes gh-236
2021-02-11 21:09:32 -05:00
Joe Grandja
16c6ed4fb4
Update to assertj-core 3.18.1
...
Closes gh-235
2021-02-11 21:09:12 -05:00
Joe Grandja
4cc1553542
Update to junit 4.13.1
...
Closes gh-234
2021-02-11 21:08:54 -05:00
Joe Grandja
4b45d69c17
Update to javax.servlet-api 4.0.1
...
Closes gh-233
2021-02-11 21:08:41 -05:00
Joe Grandja
4f3d7c4821
Update to nimbus-jose-jwt 9.1.3
...
Closes gh-232
2021-02-11 21:08:31 -05:00
Joe Grandja
799d790423
Update to oauth2-oidc-sdk 8.23.1
...
Closes gh-231
2021-02-11 21:08:14 -05:00
Joe Grandja
9f1c760876
Update to Reactor 2020.0.3
...
Closes gh-230
2021-02-11 21:07:57 -05:00
Joe Grandja
b25b906917
Update to Spring Security 5.4.2
...
Closes gh-229
2021-02-11 21:07:43 -05:00
Joe Grandja
839123409d
Update to Spring Framework 5.3.3
...
Closes gh-228
2021-02-11 21:07:24 -05:00
Joe Grandja
03d3879817
Update to Spring Boot 2.4.2
...
Closes gh-227
2021-02-11 21:06:24 -05:00
Joe Grandja
ef314e5c28
Revert "Use artifactoryUsername/Password for plugin repositories"
...
This reverts commit 6db194da27 .
2021-02-11 19:44:56 -05:00
Joe Grandja
a7d4d45658
Add update-dependencies.sh
2021-02-11 18:18:08 -05: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
c9afc3e061
Set iss claim in Jwt using configured issuer
...
Closes gh-223
2021-02-10 08:47:19 -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