Commit Graph

  • 01af7877ea Polish RsaKeyConverters Josh Cummings 2021-07-12 14:11:52 -06:00
  • 5f7d871258 Add X.509 Certificate Support shazin 2021-06-02 18:25:55 +05:30
  • 4440020217 Update SAML docs to point to correct api url Marcus Da Coregio 2021-07-09 11:08:39 -03:00
  • c2b9c0856d Use springFrameworkVersion property in docs links Marcus Da Coregio 2021-06-22 14:40:45 -03:00
  • a06f47fac3 Add springFrameworkVersion property in gradle Marcus Da Coregio 2021-06-22 14:40:07 -03:00
  • 8c0103498a Ensure line endings for .bat are not modified Marcus Da Coregio 2021-07-05 14:11:49 -03:00
  • c173e801c5 Convert buildSrc to JUnit 5 Rob Winch 2021-07-09 16:36:26 -05:00
  • 5cf40ab9da Migrate to JUnit 5 Rob Winch 2021-07-09 16:11:06 -05:00
  • f800d2c993 Add hamcrest dependency Rob Winch 2021-07-09 11:17:46 -05:00
  • 793cd71a5e Remove remaining junit code Rob Winch 2021-07-09 11:17:36 -05:00
  • 04fbe03a9e remove junit Rob Winch 2021-07-09 11:02:43 -05:00
  • 342884e851 kotlin uses @ExtendWith(SpringTestContextExtension::class) Rob Winch 2021-07-09 15:51:18 -05:00
  • cc732bda3b Use @ExtendWith(SpringExtension::class) Rob Winch 2021-07-09 15:25:40 -05:00
  • 3b3ccb962d Fix @Test(expected = Rob Winch 2021-07-09 15:07:16 -05:00
  • 2bd55f0f62 @Test to JUnit 5 for kotlin Rob Winch 2021-07-09 15:06:48 -05:00
  • 98bd772b67 format Rob Winch 2021-07-09 11:01:00 -05:00
  • e251abb1ae more import cleanup Rob Winch 2021-07-09 10:56:04 -05:00
  • 3c4e15264c Add @ExtendWith(SpringTestContextExtension.class) Rob Winch 2021-07-09 10:37:21 -05:00
  • 7dfd169ece Add import ExtendWith Rob Winch 2021-07-09 10:29:25 -05:00
  • e4b09f62f0 Add SpringTestContextExtension to existing ExtendWith Rob Winch 2021-07-09 10:24:17 -05:00
  • 5133340bf8 Add import SpringTestContextExtension Rob Winch 2021-07-09 10:06:51 -05:00
  • 60078df62a remove @Rule Rob Winch 2021-07-09 09:41:38 -05:00
  • 671040bb27 SpringTestRule to SpringTestContext Rob Winch 2021-07-09 09:33:49 -05:00
  • c838d3a25c Use SpringExtension instead of rules Rob Winch 2021-07-08 16:30:12 -05:00
  • e8c44e6390 Add SpringTestContextExtension Rob Winch 2021-07-09 09:56:51 -05:00
  • e998d4ec8a Fix serialization due to mocking Rob Winch 2021-07-08 16:46:15 -05:00
  • b6ff4d3674 Fix mockito UnnecessaryStubbingException Rob Winch 2021-07-08 14:52:45 -05:00
  • 2a62c4d976 Fix NamespaceHttpInterceptUrlTests Rob Winch 2021-07-08 16:14:38 -05:00
  • d67f0bf291 Remove AbstractTransactionalJUnit4SpringContextTests Rob Winch 2021-07-08 15:13:55 -05:00
  • f873ef9e8c JdbcAclServiceTests fix setup ordering Rob Winch 2021-07-08 15:13:41 -05:00
  • bb00268922 Revert "Add openrewrite" Rob Winch 2021-07-09 14:21:19 -05:00
  • 3e93b024d6 openrewrite Junit Migration Rob Winch 2021-07-08 14:52:28 -05:00
  • 8652f01269 useJUnitPlatform Rob Winch 2021-07-08 14:16:34 -05:00
  • 1047e09fee Add JUnit 5 Dependencies Rob Winch 2021-07-06 17:22:10 -05:00
  • a61057d66c Add openrewrite Rob Winch 2021-07-06 15:28:58 -05:00
  • ff47086d56 Update SAML docs to point to correct api url Marcus Da Coregio 2021-07-09 11:08:39 -03:00
  • 79054093c9 Add AuthenticationManager to Kotlin ServerHttpSecurityDsl Eleftheria Stein 2021-07-09 10:34:57 +02:00
  • 2809a3309b Update to org.mockito 3.11.2 Rob Winch 2021-07-08 13:43:58 -05:00
  • 14240b2559 Remove Powermock Rob Winch 2021-07-07 09:11:53 -05:00
  • c5a50bd7ec Fix typos Luke Quinane 2021-07-08 12:05:24 +10:00
  • e269e5cb91 Fix typos Luke Quinane 2021-07-08 12:05:24 +10:00
  • e30b45c6fb Fix typos Luke Quinane 2021-07-08 12:05:24 +10:00
  • 6a09ffe113 Add AuthenticationManager to Kotlin JwtDsl Eleftheria Stein 2021-07-08 13:50:09 +02:00
  • 5c8e409d98 Add AuthenticationManager to Kotlin OpaqueTokenDsl Eleftheria Stein 2021-07-08 12:46:50 +02:00
  • b4f76b2314 Fix typo in Saml2Dsl Eleftheria Stein 2021-07-08 12:03:29 +02:00
  • 585788ad0a Add AuthenticationManager to HttpSecurity Eleftheria Stein 2021-07-07 15:44:42 +02:00
  • ed8b08fa24 Fix README local Maven install command Eleftheria Stein 2021-07-07 12:01:57 +02:00
  • 88a3f5ad39 Fix README local Maven install command Eleftheria Stein 2021-07-07 12:01:57 +02:00
  • 510842ff2f Ensure line endings for .bat are not modified Marcus Da Coregio 2021-07-05 14:11:49 -03:00
  • bd88f37a50 Document PasswordManagementConfigurer Josh Cummings 2021-07-01 16:57:31 -06:00
  • d121ab9565 Support A Well-Known URL for Changing Passwords Evgeniy Cheban 2020-06-12 18:00:51 +03:00
  • 208e327629 Update docs links to point to minor version branches Marcus Da Coregio 2021-06-29 15:52:55 -03:00
  • 51dfae1b91 Add samplesBranch property Marcus Da Coregio 2021-06-29 15:52:25 -03:00
  • 85e95719a0 Update docs links to point to minor version branches Marcus Da Coregio 2021-06-29 15:52:55 -03:00
  • bb4facaafd Add samplesBranch property Marcus Da Coregio 2021-06-29 15:52:25 -03:00
  • 81ded2a0e5 Polish Assertion Josh Cummings 2021-06-30 10:12:27 -06:00
  • 19aa44af41 Improve Error Message for Invalid Properties Marcus Da Coregio 2021-06-30 12:23:53 -03:00
  • 8bb69c4514 Update to use s01.oss.sonatype.org Maven Publishing Rob Winch 2021-06-30 10:40:42 -05:00
  • a752919cc9 Update to spring-build-conventions:0.0.23.2.RELEASE Rob Winch 2021-06-30 10:27:53 -05:00
  • 37e2cc4e89 Fix Saml2WebSsoAuthenticationRequestFilter javadoc Daniel Garnier-Moiroux 2021-06-30 12:07:28 +02:00
  • 2fd94752c9 Fix Saml2WebSsoAuthenticationRequestFilter javadoc Daniel Garnier-Moiroux 2021-06-30 12:07:28 +02:00
  • 298068503b Fix Saml2WebSsoAuthenticationRequestFilter javadoc Daniel Garnier-Moiroux 2021-06-30 12:07:28 +02:00
  • 03ded987af Allow Defining Custom SAML Response Validator Marcus Hert da Coregio 2021-06-04 11:57:52 -03:00
  • 6474a9e76e Allow Creating RelyingPartyRegistration from Metadata InputStream Marcus Hert da Coregio 2021-05-14 13:46:29 -03:00
  • 56b1dfe0cf Update to use s01.oss.sonatype.org Rob Winch 2021-06-29 16:36:42 -05:00
  • 99f72a0299 Remove -PdeployDocsHost=docs-ip.spring.io Rob Winch 2021-06-29 16:17:38 -05:00
  • 8ea65ac68f Update to spring-build-conventions:0.0.38 Rob Winch 2021-06-29 16:50:43 -05:00
  • ad45a74b34 Update to use s01.oss.sonatype.org Rob Winch 2021-06-29 16:36:42 -05:00
  • 84118a7d44 Remove -PdeployDocsHost=docs-ip.spring.io Rob Winch 2021-06-29 16:17:38 -05:00
  • fb83ddabe2 Update to spring-build-conventions:0.0.38 Rob Winch 2021-06-29 16:14:43 -05:00
  • 58ebacc06f Use springFrameworkVersion property in docs links Marcus Da Coregio 2021-06-22 14:40:45 -03:00
  • f0f6047888 Add springFrameworkVersion property in gradle Marcus Da Coregio 2021-06-22 14:40:07 -03:00
  • e91cacfdaf Polish no-parameter authorizeHttpRequests Josh Cummings 2021-05-21 15:19:59 -06:00
  • 3820f0f3a3 Add no-parameter authorizeHttpRequests method sdratler1 2021-04-12 20:08:09 +03:00
  • 0080aeee94 Add OpenSAML 3 and 4 Explanation Josh Cummings 2021-06-28 13:17:02 -06:00
  • 5940b8dee7 Update to use OpenSaml4AuthenticationProvider Josh Cummings 2021-06-28 12:51:55 -06:00
  • 8d3e58f074 Polish Whitespace Josh Cummings 2021-06-28 12:58:57 -06:00
  • 2c1126c5aa Improve AuthenticationManagerBeanDefinitionParser XML parsing /usr/local/ΕΨΗΕΛΩΝ 2021-06-28 11:48:07 +02:00
  • 5b1221a846 Improve AuthenticationManagerBeanDefinitionParser XML parsing /usr/local/ΕΨΗΕΛΩΝ 2021-06-28 11:48:07 +02:00
  • 50a17f58db Improve AuthenticationManagerBeanDefinitionParser XML parsing /usr/local/ΕΨΗΕΛΩΝ 2021-06-28 11:48:07 +02:00
  • 61284ce22d Improve AuthenticationManagerBeanDefinitionParser XML parsing /usr/local/ΕΨΗΕΛΩΝ 2021-06-28 11:48:07 +02:00
  • fe99c3b83b https://stackoverflow.com/questions/67520600/redirect-to-different-page-after-login-based-on-user-role-with-spring-security/67531436#67531436 /usr/local/ΕΨΗΕΛΩΝ 2021-06-28 11:48:07 +02:00
  • da9d7414bd Add remaining Kotlin samples to reference docs Eleftheria Stein 2021-06-24 11:49:13 +02:00
  • e313e6b89a Apply DefaultLoginPageConfigurer before logout Eleftheria Stein 2021-06-24 10:12:26 +02:00
  • fdd017d935 Apply DefaultLoginPageConfigurer before logout Eleftheria Stein 2021-06-24 10:12:26 +02:00
  • 94a3adb928 Apply DefaultLoginPageConfigurer before logout Eleftheria Stein 2021-06-24 10:12:26 +02:00
  • e98b6c617b Add Name for Check Milestone Rob Winch 2021-06-22 14:04:37 -05:00
  • 3656e08b49 Notify if Milestone Invalid Rob Winch 2021-06-22 13:54:18 -05:00
  • 1545ccb406 Add milestone-spring-releasetrain.yml Rob Winch 2021-06-22 13:11:21 -05:00
  • cee42ec0bf Next development version Marcus Da Coregio 2021-06-22 10:20:51 -03:00
  • b0d22d1a03 Revert "Lock Dependencies" Marcus Da Coregio 2021-06-22 10:20:07 -03:00
  • 01c1c192d1 Release 5.3.10.RELEASE Marcus Da Coregio 2021-06-22 09:38:32 -03:00
  • bfeb6bd756 Next Development Version Josh Cummings 2021-06-21 12:59:19 -06:00
  • 5137a653ff Next Development Version Steve Riesenberg 2021-06-21 13:02:52 -05:00
  • c17767883f Revert "Lock Dependencies for Release" Steve Riesenberg 2021-06-21 12:57:05 -05:00
  • a840aa7531 Next development version Marcus Da Coregio 2021-06-21 14:45:35 -03:00
  • e41360b4a3 Release 5.5.1 Josh Cummings 2021-06-21 11:00:32 -06:00
  • e2e06539fc Remove commons-codec constraint Josh Cummings 2021-06-21 09:16:42 -06:00
  • 93f59a228b Update to OpenSAML 4.1.1 Josh Cummings 2021-06-21 09:14:26 -06:00
  • b2bb014492 Update to nimbus-jose-jwt 9.10 Josh Cummings 2021-06-21 09:11:59 -06:00