Commit Graph

232 Commits

Author SHA1 Message Date
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
Joe Grandja d4a3df69de Move jacoco config
Issue gh-95
2020-07-22 07:55:50 -04:00
Joe Grandja 6d9d400f4f Align modules with Spring Security
Closes gh-95
2020-07-22 06:38:33 -04:00
Joe Grandja ea828fb2bf Polish gh-88 2020-07-13 12:58:00 -04:00
Alexey Nesterov c40aec2eb4 Add client_credentials grant type support
Closes gh-51
2020-07-13 12:57:28 -04:00
Joe Grandja 88911641af Rename OAuth2AuthorizationService.findByTokenAndTokenType() to findByToken()
Closes gh-92
2020-07-02 08:40:48 -04:00
Joe Grandja 02b64f0ef0 Polish OAuth2AuthorizationEndpointFilterTests
Issue gh-77
2020-06-27 21:19:36 -04:00
Joe Grandja 2a3dfd953d OAuth2AuthorizationCodeGrantTests uses OAuth2AuthorizationServerConfiguration
Issue gh-89
2020-06-23 11:52:00 -04:00
Joe Grandja 2cb6229300 Add @Configuration providing default security configuration
Closes gh-91
2020-06-23 11:51:38 -04:00
Joe Grandja c803eec732 Add integration tests for Authorization Code Grant
Closes gh-89
2020-06-11 21:40:41 -04:00
Joe Grandja 60bc9c699d OAuth2AuthorizationEndpointFilter before AbstractPreAuthenticatedProcessingFilter
Issue gh-85
2020-06-11 16:39:15 -04:00
Joe Grandja 43f1f23ba9 Copy SpringTestRule
Closes gh-86
2020-06-10 17:14:36 -04:00
Joe Grandja 282ff2c54f Add OAuth2AuthorizationServerConfigurer
Closes gh-85
2020-06-10 17:14:00 -04:00
Joe Grandja fe286b5994 Add authorization_code AuthenticationProvider
Fixes gh-68
2020-06-05 15:26:05 -04:00
Joe Grandja 7a5585f1fc Polish gh-72 2020-06-01 22:57:46 -04:00
Patryk Kostrzewa 09a363ba67 Implement Client Credentials Authentication
Fixes gh-39
2020-06-01 22:57:03 -04:00
Tom van den Berge 18b09af3e9 Add client credentials authentication filter
Fixes gh-5
2020-05-28 19:02:03 -04:00
Joe Grandja 4c8f89af5c Polish gh-79 2020-05-26 07:19:30 -04:00
kratostaine 8dbdd6640c Add token endpoint implementation
Fixes gh-67
2020-05-26 07:11:31 -04:00
Joe Grandja 485b7e9319 Validate authorization request before authenticated check
Issue gh-66
2020-05-24 06:07:34 -04:00
Joe Grandja cf70ddbf98 Add OAuth2AuthorizationAttributeNames
Issue gh-43
2020-05-21 06:13:47 -04:00
Joe Grandja fbc98d511c Polish gh-77 2020-05-21 05:05:21 -04:00
Paurav Munshi 54e219a397 Add Authorization Endpoint filter
Fixes gh-66
2020-05-19 16:49:41 -04:00
Joe Grandja 26c3941a20 Polish gh-31 2020-05-17 21:01:24 -04:00