Commit Graph

513 Commits

Author SHA1 Message Date
Joe Grandja
5652e022ab Remove OAuth2TokenIntrospectionClaimAccessor
Issue gh-597

Closes gh-725
2022-05-04 10:33:58 -04:00
Joe Grandja
6b0c2e3276 Polish OAuth2TokenCustomizer in ref doc
Issue gh-714
2022-05-04 10:33:58 -04:00
Joe Grandja
a1fefd937b Remove JwtEncoder and associated classes
Issue gh-596

Closes gh-724
2022-05-04 10:33:37 -04:00
Joe Grandja
47717a8163 Update to mockito-core 4.0.0
Closes gh-723
2022-05-04 10:33:20 -04:00
Joe Grandja
1d34ceb05d Update to nimbus-jose-jwt 9.14
Closes gh-722
2022-05-04 10:32:49 -04:00
Joe Grandja
71915331d8 Update to jackson-bom 2.13.2.1
Closes gh-721
2022-05-04 10:32:32 -04:00
Joe Grandja
a43abd4d5e Update to Spring Security 5.6.3
Closes gh-720
2022-05-04 10:32:11 -04:00
Joe Grandja
8968187ea4 Update to Spring Boot 2.6.7
Closes gh-719
2022-05-04 10:30:43 -04:00
Steve Riesenberg
3cc89f925e Polish "How-to: Implement core services with JPA"
Issue gh-690
Issue gh-714
2022-05-03 10:46:22 -05:00
Joe Grandja
38e37ae3eb Add Core Model / Components in ref doc
Closes gh-671
2022-05-03 10:25:42 -04:00
Steve Riesenberg
8458d1249e Add overview, getting help, and getting started
Closes gh-667
Closes gh-668
Closes gh-669
2022-05-02 15:10:25 -05:00
Steve Riesenberg
a8974c6cca Fix javadoc search in Java 11
Closes gh-711
2022-04-29 13:59:09 -05:00
Steve Riesenberg
51de75bc01 Preserve scopes in JpaOAuth2AuthorizationService (how-to)
Closes gh-697
2022-04-21 15:40:01 -05:00
Steve Riesenberg
b05bf74a82 Enable jobs to deploy artifacts and docs
Closes gh-695
2022-04-20 15:36:29 -05:00
Steve Riesenberg
a1e1f49606 Add missing environment variables for artifactory
Issue gh-691
2022-04-20 15:35:16 -05:00
Steve Riesenberg
2601dc7e79 Upgrade to Java 11
Closes gh-694
2022-04-20 14:51:22 -05:00
Joe Grandja
4d2a675272 Remove JUnit 5 dependencies
Issue gh-674
2022-04-20 14:01:19 -04:00
Gyeongwon, Do
10859ffc09 Update jdk version in Prerequisities
Issue gh-572
2022-04-20 12:48:26 -05:00
Steve Riesenberg
3ec61890e1 Remove antora and add asciidoctor
Closes gh-690
2022-04-19 17:10:32 -05:00
Steve Riesenberg
005cd2a130 Switch from Jenkins to GitHub Actions
Closes gh-691
2022-04-19 16:53:48 -05:00
Steve Riesenberg
82e28a15f4 Build with Java 11 only 2022-04-19 13:17:27 -05:00
Steve Riesenberg
7845b6a369 Temporarily exclude project from checkFormat task 2022-04-19 13:17:27 -05:00
Steve Riesenberg
72c2e15487 Upgrade build to Gradle 7
Closes gh-572
2022-04-19 13:17:27 -05:00
Steve Riesenberg
00faf44554 Add buildSrc with migrated conventions plugins 2022-04-19 13:17:27 -05:00
Steve Riesenberg
718b86c983 Add "How-to: Implement core services with JPA"
Closes gh-545
2022-03-24 10:03:31 -04:00
Steve Riesenberg
2c4639ce88 Add docs outline with Antora skeleton
Closes gh-554
2022-03-24 10:03:31 -04:00
Joe Grandja
3e6f8ff42a Next Development Version 2022-03-24 07:29:53 -04:00
Joe Grandja
a5c5b7ea43 Release 0.2.3 2022-03-24 07:21:09 -04:00
Joe Grandja
06f1f3726d Update to Reactor 2020.0.16
Closes gh-661
2022-03-24 07:14:23 -04:00
Joe Grandja
b1d5a7a1f8 Update to Spring Security 5.5.5
Closes gh-660
2022-03-24 07:14:02 -04:00
Joe Grandja
166958364a Update to Spring Framework 5.3.16
Closes gh-659
2022-03-24 07:13:42 -04:00
Joe Grandja
16d1d871eb Update to Spring Boot 2.5.10
Closes gh-658
2022-03-24 07:13:09 -04:00
Joe Grandja
8354aaa3cc Dynamic client registration does not generate client_secret for private_key_jwt
Closes gh-657
2022-03-24 06:41:11 -04:00
Joe Grandja
586c7daf2a Apply default settings for public client type
Closes gh-656
2022-03-24 06:03:14 -04:00
Joe Grandja
12ae92b366 Polish gh-630 2022-03-24 04:50:18 -04:00
Gaurav Tiwari
7160290aaf Allow Token Introspection to be customized
Closes gh-493
2022-03-24 04:48:51 -04:00
Joe Grandja
5ab82f83cb Polish gh-628 2022-03-23 11:30:33 -04:00
Joe Grandja
a13df8a1af Move OAuth2TokenGenerator to token package
Issue gh-414
Issue gh-638
Issue gh-639
Issue gh-500
2022-03-23 05:21:32 -04:00
Steve Riesenberg
3fe6f86659 Federated Identity sample
Issue gh-538
Issue gh-499
Issue gh-106
2022-03-22 15:23:33 -04:00
Joe Grandja
ccf4a2de6e Fix expected @Transient Authentication at provider configuration endpoint
Closes gh-632
2022-03-22 15:01:06 -04:00
Joe Grandja
c2db8926df Decompose OAuth2ClientAuthenticationProvider
Closes gh-655
2022-03-22 11:30:23 -04:00
Joe Grandja
5b7d900424 Optimize InMemoryOAuth2AuthorizationService
Closes gh-654
2022-03-22 11:15:07 -04:00
Steve Riesenberg
c3402b0b12 Replaced auth-server with localhost 2022-03-17 14:59:35 -05:00
Joe Grandja
32414451f5 Add support for opaque access tokens
Closes gh-500
2022-03-03 13:30:11 -05:00
Joe Grandja
a661e1cdb7 Use OAuth2TokenGenerator for OAuth2AuthorizationCode
Closes gh-639
2022-02-25 11:28:32 -05:00
Joe Grandja
cdb48f510e Add OAuth2RefreshTokenGenerator
Closes gh-638
2022-02-25 06:03:02 -05:00
Joe Grandja
c799261a72 Introduce OAuth2TokenGenerator
Closes gh-414
2022-02-22 12:37:53 -05:00
Glen Mazza
8b32ace9e5 Add Assert.notNull() for AuthenticationProvider additions
Closes gh-530
2022-02-17 07:58:42 -05:00
Joe Grandja
3812c0e56e Next Development Version 2022-01-26 12:08:10 -05:00
Joe Grandja
cb1b23a5b2 Release 0.2.2 2022-01-26 11:53:49 -05:00