Commit Graph

  • 4602e9a661 Use HttpBasicConfigurer's Conneg Strategy Josh Cummings 2020-10-06 15:32:41 -06:00
  • af669a2166 Remove Reliance on BearerTokenResolver Josh Cummings 2020-11-02 17:29:24 -07:00
  • ad489495dc Make salt length configurable in Pbkdf2PasswordEncoder Loic Guibert 2020-10-24 11:27:26 +02:00
  • d7612e346e Fix typo in Javadoc Angel Aguilera 2020-11-11 12:48:22 +01:00
  • 649443f67e Build GitHub Actions CI pipeline Ellie Bahadori 2020-11-10 07:25:16 -08:00
  • ff58ac836e Decode cookie once in AbstractRememberMeServices zhuang 2020-11-09 21:14:20 +08:00
  • 34a21cd80c Fix formatting Eleftheria Stein 2020-11-09 13:46:09 +01:00
  • 5661e06e9c Fix typo UserDetailService -> UserDetailsService Eleftheria Stein 2020-11-09 13:13:32 +01:00
  • 4515c86beb WithSecurityContextTestExecutionListener Respects @NestedTestConfiguration Rob Winch 2020-11-06 15:11:50 -06:00
  • 2b9efccc50 Implement MessageSourceAware where missing Arnaud Mergey 2020-10-26 18:48:59 +01:00
  • 61550f8a48 Add convenience constructor in OAuth2AuthenticationException Joe Grandja 2020-11-04 13:17:06 -05:00
  • f0a3f91f86 Next development version Joe Grandja 2020-11-03 19:54:28 -05:00
  • b95e1aa209 Revert "Lock dependencies for 5.5.0-M1" Joe Grandja 2020-11-03 19:53:28 -05:00
  • 3cba4eccdc Release 5.5.0-M1 Joe Grandja 2020-11-03 16:12:54 -05:00
  • 4e1f97a525 Document WithSecurityContextTestExecutionListener Nested Support Rob Winch 2020-11-03 17:53:59 -06:00
  • 87d8741730 WithSecurityContextTestExecutionListener Supports Nested Classes Rob Winch 2020-11-03 14:06:46 -06:00
  • d0d655e18d Allow Customization of Bearer Token Resolution Arvid Ottenberg 2020-10-29 22:26:15 +01:00
  • 9d1637d2cd Add unsupported_token_type to OAuth2ErrorCodes Joe Grandja 2020-11-03 14:00:26 -05:00
  • dafedf93fa Fix format gh-9183 Joe Grandja 2020-11-03 14:00:07 -05:00
  • aeb999eae2 Add token and token_type_hint to OAuth2ParameterNames Joe Grandja 2020-11-03 13:32:28 -05:00
  • 0c25b8c1f9 Introduce JwaAlgorithm Joe Grandja 2020-11-03 12:12:09 -05:00
  • c069692ab9 Extract OAuth2Token from AbstractOAuth2Token Joe Grandja 2020-11-02 19:46:32 -05:00
  • 8b7751f5f4 Polish Multiple Filter Chains Docs Josh Cummings 2020-11-02 12:15:19 -07:00
  • 69336fb3ec Add Multiple Filter Chains Docs Guillaume Berche 2020-10-29 10:33:35 +01:00
  • ab9a310485 Add Link to WebFlux Unit Tests Guillaume Berche 2020-10-27 11:44:40 +01:00
  • b8f8fab54f Document SigningMethod Support Josh Cummings 2020-10-30 15:48:56 -06:00
  • aba0e904f0 Read SigningMethod Elements Josh Cummings 2020-10-30 15:48:38 -06:00
  • e1826a0bd8 Polish Signature Algorithm Support Josh Cummings 2020-10-30 15:48:11 -06:00
  • 9900658c92 support configurable signature algorithm Arnaud Mergey 2020-09-22 18:56:24 +02:00
  • 5c8972b7d5 Add test for ordered WebSecurityCustomizers Eleftheria Stein 2020-11-02 14:19:14 +01:00
  • 25a7482c8c Lock dependencies for 5.5.0-M1 Rob Winch 2020-10-30 17:52:03 -05:00
  • ec7deca76f add white space before strong notation. Hideaki Matsunami 2020-10-22 13:55:19 +09:00
  • 3ba441ef50 add white space before strong notation. Hideaki Matsunami 2020-10-22 13:55:19 +09:00
  • 690be8ba30 add white space before strong notation. Hideaki Matsunami 2020-10-22 13:55:19 +09:00
  • 6d9ee5a354 add white space before strong notation. Hideaki Matsunami 2020-10-22 13:55:19 +09:00
  • 6724e3e514 Provide a R2dbc implementation of ReactiveOuath2AuthorizedClientService Ovidiu Popa 2020-06-26 08:58:56 +03:00
  • f8cc48fe2b Set rsocketVersion to 1.1.0 Joe Grandja 2020-10-28 19:38:26 -04:00
  • 3618cbd3eb Revert "Use reactor-netty-http for snapshot build" Joe Grandja 2020-10-28 19:47:20 -04:00
  • 4ff53c924d Set reactorVersion to 2020.0.+ Joe Grandja 2020-10-28 19:34:13 -04:00
  • c0327adecb Set springVersion to 5.3.+ Joe Grandja 2020-10-28 18:59:38 -04:00
  • 574073d93f Constrain Snapshot Parameters for Maintenance Branch Josh Cummings 2020-10-28 16:31:32 -06:00
  • 21c7f7518f Closes gh-8196 Ayush Kohli 2020-10-11 13:21:22 -05:00
  • 9ab21f88cd Closes gh-8196 Ayush Kohli 2020-10-11 13:21:22 -05:00
  • ecf910c374 Closes gh-8196 Ayush Kohli 2020-10-11 13:21:22 -05:00
  • ea68989421 Closes gh-8196 Ayush Kohli 2020-10-11 13:21:22 -05:00
  • 6486857462 JwtIssuerValidator handles issuer (iss) claim values as Strings and URLs Christian Mouttet 2020-10-17 15:54:10 +02:00
  • a362ab53bc Change guard expressions order Alexander Polozov 2020-10-27 02:30:28 +04:00
  • 9cf3129d7a Update Kotlin MockMvc result matchers in sample Eleftheria Stein 2020-10-27 11:20:16 +01:00
  • aac6d2f56b Kotlin MockMvc result matchers use parentheses Eleftheria Stein 2020-10-27 10:57:49 +01:00
  • 9b66929358 Remove unused import in sample Eleftheria Stein 2020-10-12 11:47:40 +02:00
  • d69032a68d Prevent PR builds from running on forks Ellie Bahadori 2020-09-02 10:15:19 -07:00
  • b182d9def1 Fix code formatting Joe Grandja 2020-10-22 13:30:31 -04:00
  • 339da36878 Add refresh token expiration support Alexey Nesterov 2020-10-22 17:08:02 +01:00
  • 42a787d1f6 Add Postgres sql for JDBC implementation of OAuth2AuthorizedClientService Craig Andrews 2020-09-30 16:58:30 -04:00
  • 05dc326389 Use LobHandler in JdbcOAuth2AuthorizedClientService Craig Andrews 2020-10-01 14:29:51 -04:00
  • 6714112961 Add SAML Response Decryption Documentation Josh Cummings 2020-10-02 16:47:44 -06:00
  • b06b17ca9b Add Number 10 Diagram Image Josh Cummings 2020-10-02 14:33:43 -06:00
  • 5699670a43 Polish OpenSamlAuthenticationProvider Josh Cummings 2020-10-02 16:33:49 -06:00
  • c8cbf06d8d Add EncryptedAttribute support Josh Cummings 2020-10-02 15:41:53 -06:00
  • d0581c9a26 Polish Configurable SAML Decryption Support Josh Cummings 2020-09-30 17:01:23 -06:00
  • 535ae3e27d Add Configurable SAML Response Decryption ryan.cassar 2020-09-28 09:39:42 +02:00
  • 0462c42290 Update Test Controllers Josh Cummings 2020-10-12 16:50:51 -06:00
  • 93c37e6b15 Update Test Controllers Josh Cummings 2020-10-12 16:50:51 -06:00
  • 1f04db417b Update snapshot command Josh Cummings 2020-10-12 17:55:39 -06:00
  • 63cd32682c Update Test Controllers Josh Cummings 2020-10-12 16:50:51 -06:00
  • 3d9e5d4bc3 Update to Gradle 6.6.1 Rob Winch 2020-10-12 16:09:55 -05:00
  • 1436ce493e Update snapshot command Josh Cummings 2020-10-12 17:55:39 -06:00
  • 3e95f68873 Add jackson-datatype-jsr310 Dependency Josh Cummings 2020-10-12 17:40:58 -06:00
  • b1a3aef4f8 Update Test Controllers Josh Cummings 2020-10-12 16:50:51 -06:00
  • 01855fcce2 Update to Gradle 6.6.1 Rob Winch 2020-10-12 16:09:55 -05:00
  • e6ff57c116 Polish RelyingPartyRegistrations Josh Cummings 2020-10-12 13:55:02 -06:00
  • 9a11cc84ad Add File-based Metadata Resolution ryan.cassar 2020-09-28 14:43:35 +02:00
  • 02645b8c82 Rework community.adoc Matthias Luppi 2020-10-06 17:08:26 +02:00
  • 0836a1d5fb Rework CONTRIBUTING.adoc Matthias Luppi 2020-10-06 16:59:46 +02:00
  • 78d5ffe60d Apply minor rewording and formatting Matthias Luppi 2020-10-07 08:33:53 +02:00
  • 45a86a4b4d Rework community.adoc Matthias Luppi 2020-10-06 17:08:26 +02:00
  • 7d59595dd6 Rework CONTRIBUTING.adoc Matthias Luppi 2020-10-06 16:59:46 +02:00
  • 366146ff80 Polish JWT Signature Algorithm Discovery Josh Cummings 2020-09-18 15:53:46 -06:00
  • 290786438c Add Support for JWK Signature Algorithm Discovery Nick Hitchan 2020-06-23 20:11:10 -04:00
  • 4ffc3d6ceb Update Link Text for Getting Spring Security Rob Winch 2020-10-08 09:48:58 -05:00
  • 0732478d4a Fix Downloading Section Rob Winch 2020-10-08 09:48:06 -05:00
  • ce68431037 Bump Schema, Serialization, and Taglib to 5.5 Josh Cummings 2020-10-07 17:13:11 -06:00
  • 2dcfda7fac Revert "Lock Dependencies for 5.3.5.RELEASE" Josh Cummings 2020-10-07 16:39:28 -06:00
  • 84737e7b23 Revert "Lock Dependencies for 5.4.1" Josh Cummings 2020-10-07 16:38:48 -06:00
  • 11d3ab4249 Next Development Version Josh Cummings 2020-10-07 16:33:37 -06:00
  • 2edc955939 Begin 5.5 Development Josh Cummings 2020-10-07 16:06:14 -06:00
  • dbce9b5b66 Release 5.4.1 Josh Cummings 2020-10-07 15:37:07 -06:00
  • 48ac47418d Lock Dependencies for 5.4.1 Josh Cummings 2020-10-07 15:36:34 -06:00
  • 66ceb4dc10 Constrain Dependencies for Maintenance Branch Josh Cummings 2020-10-07 15:27:21 -06:00
  • f87101ae22 Update RSocket Sample to RSocket 1.1.0-M2 Josh Cummings 2020-10-07 15:26:54 -06:00
  • 6cb41fb777 Update to Kotlin 1.4.10 Josh Cummings 2020-10-07 13:43:52 -06:00
  • 8382f458f0 Update to AspectJ 1.9.6 Josh Cummings 2020-10-07 13:39:05 -06:00
  • 5706c0f072 Update to Google App Engine 1.9.82 Josh Cummings 2020-10-07 13:38:40 -06:00
  • 9677bd83b1 Update to Spring JavaFormat 0.0.25 Josh Cummings 2020-10-07 13:37:10 -06:00
  • 0f5125724c Update to Spring Boot 2.4.0-M3 Josh Cummings 2020-10-07 13:36:49 -06:00
  • 8525ae0410 Next Development Version Josh Cummings 2020-10-07 14:05:07 -06:00
  • 76f33ae6e6 Next Developement Version Rob Winch 2020-10-07 14:19:08 -05:00
  • 989a162051 Release 5.3.5.RELEASE Josh Cummings 2020-10-07 13:12:43 -06:00
  • 846a5a962c Lock Dependencies for 5.3.5.RELEASE Josh Cummings 2020-10-07 13:11:53 -06:00
  • b0651b97fd Release 4.2.19.RELEASE Rob Winch 2020-10-07 14:17:57 -05:00