Commit Graph

105 Commits

Author SHA1 Message Date
Joe Grandja ad00d78e1a Release 0.0.2 2020-10-15 04:35:22 -04:00
Joe Grandja 5471c94615 Lock Dependency Versions for 0.0.2 release 2020-10-15 04:30:54 -04:00
Walid EL ALAOUY 84cdf82c0d Rename and move SpringSecurityCoreVersion2 to Version
Closes gh-116
2020-10-13 15:51:01 -04:00
Joe Grandja 45283b42b4 Expose default security configuration
Closes gh-110
2020-10-13 14:32:25 -04:00
Joe Grandja 142876068d Use jackson-bom 2020-10-13 11:40:45 -04:00
Joe Grandja ca94d02abc Settings.setting() supports generic return type
Issue gh-117
2020-10-13 05:17:39 -04:00
Joe Grandja 628c8bece3 Polish gh-117 2020-10-09 16:08:00 -04:00
Joe Grandja f0013fc062 Add @Nullable to Delegating*Converter.convert()
Issue gh-88, gh-45
2020-10-09 15:38:49 -04:00
Joe Grandja aa5133e170 Add user consent page
Closes gh-42
2020-10-09 15:01:44 -04:00
Joe Grandja 5c31fb1b7e Move PKCE to OAuth2ClientAuthenticationProvider
PR gh-93
2020-10-05 21:14:47 -04:00
Joe Grandja e5fdee3034 Polish gh-93 2020-10-02 04:03:04 -04:00
Daniel Garnier-Moiroux ab090445b3 Implement Proof Key for Code Exchange (PKCE) RFC 7636
See https://tools.ietf.org/html/rfc7636

Closes gh-45
2020-09-30 15:27:37 -04:00
Joe Grandja 8541f6be69 Update to Spring Boot 2.4.0-M3
Closes gh-123
2020-09-25 08:13:46 -04:00
Joe Grandja ae20f73676 Update com.nimbusds dependencies to latest.release
Issue gh-113
2020-09-21 13:45:56 -04:00
Joe Grandja 4091d69d0c Set springSecurityVersion to 5.4.+
Closes gh-119
2020-09-21 13:45:40 -04:00
Joe Grandja c3b254579c Add client configuration settings
Closes gh-117
2020-09-14 21:02:21 -04:00
Joe Grandja 22bf1eb951 Bump SpringSecurityCoreVersion2 to 0.0.2 2020-09-14 20:50:35 -04:00
Joe Grandja 35ecdae190 Add initial template for reference manual
Issue gh-107
2020-09-08 14:35:55 -04:00
Joe Grandja b12ffe2ae4 Constrain version for com.nimbusds:nimbus-jose-jwt
Closes gh-113
2020-09-08 11:48:15 -04:00
Joe Grandja 117b312ac4 Integrate io.spring.convention.docs plugin
Closes gh-107
2020-09-03 14:35:44 -04:00
Joe Grandja f7c84957bb Disable proxyBeanMethods for OAuth2AuthorizationServerConfiguration
Issue gh-91
2020-09-03 06:39:58 -04:00
Joe Grandja 5a030568ce Order highest precedence for OAuth2AuthorizationServerSecurity
Closes gh-103
2020-09-03 06:05:42 -04:00
Joe Grandja 72ec2633f8 Remove formLogin() from client sample app
Closes gh-108
2020-09-02 14:52:41 -04:00
Joe Grandja 0b95672c47 Add release scripts 2020-08-20 15:10:29 -04:00
Joe Grandja d51f12f5d2 Next Development Version 2020-08-20 14:41:45 -04:00
Joe Grandja f3a27101be Revert "Lock Dependency Versions for 0.0.1 release"
This reverts commit cde34a9ed5.
2020-08-20 14:40:29 -04:00
Joe Grandja f6ba7798c5 Release 0.0.1 2020-08-20 12:10:02 -04:00
Joe Grandja cde34a9ed5 Lock Dependency Versions for 0.0.1 release 2020-08-20 12:09:47 -04:00
Joe Grandja ddfdaa1ae4 Update to gradle 6.4.1 2020-08-20 06:55:34 -04:00
Joe Grandja ae7febe445 Build on JDK 8,11,12 2020-08-20 06:55:34 -04:00
Joe Grandja 6f63c03e06 Use springSecurityVersion 5.3.+ 2020-08-19 16:50:22 -04:00
Joe Grandja a401392bac Add Gradle Lock Plugin 2020-08-19 16:31:01 -04:00
Joe Grandja e16f15cce3 Consolidate to one module 2020-08-19 15:10:58 -04:00
Joe Grandja 5ace411fc7 Add Jenkinsfile 2020-08-19 11:49:41 -04:00
Joe Grandja 5927475597 Remove prototype samples
Issue gh-25
2020-08-19 11:19:47 -04:00
Joe Grandja bfb646fff4 Add sample integrating client and resource server
Closes gh-25
2020-08-19 11:10:16 -04:00
Joe Grandja eeca3df66b InMemoryOAuth2AuthorizationService uniquely identifies OAuth2Authorization
Closes gh-98
2020-08-19 10:03:14 -04:00
Joe Grandja 909aeace29 Add OAuth2AuthorizationServerConfigurer.getEndpointMatchers()
Closes gh-97
2020-08-19 09:59:40 -04:00
Joe Grandja 847814b322 Polish OAuth2AuthorizationServerSecurity
Issue gh-91
2020-08-19 04:15:47 -04:00
Joe Grandja 54d3bf882a Integrate Gradle Enterprise plugin
Closes gh-20
2020-08-18 15:05:58 -04:00
Joe Grandja 3780bee88e Update dependency-management.gradle 2020-08-18 11:23:08 -04:00
Joe Grandja 3342333665 Update build.gradle 2020-08-18 11:08:45 -04:00
Joe Grandja 12d228c089 Add plugin io.spring.nohttp 2020-08-18 11:00:47 -04:00
Joe Grandja a604f352ae Add gradle.properties 2020-08-18 10:51:25 -04:00
Joe Grandja c30488cd30 Add JWK Set Endpoint Filter
Closes gh-82
2020-08-18 06:28:16 -04:00
Joe Grandja 1ecafc9420 Fix jacoco build error
Issue gh-95
2020-08-12 16:26:27 -04:00
Joe Grandja edefabdc6b Introduce JwtEncoder with JWS implementation
Closes gh-81
2020-08-12 15:53:22 -04:00
Joe Grandja ca110f1dcf Fix jacoco build error
Issue gh-95
2020-07-24 09:37:49 -04:00
Joe Grandja 69bb7f5b4f Update to spring-build-conventions:0.0.33.RELEASE 2020-07-23 09:15:56 -04:00
Joe Grandja dd2b127b97 Remove jacoco config
Issue gh-95
2020-07-23 09:15:28 -04:00