1
0
mirror of synced 2026-05-23 22:03:18 +00:00

Commit Graph

  • 5662e17370 Add Nullable Annotations Josh Cummings 2025-11-04 15:08:12 -07:00
  • 63f28a7e1f Merge branch '6.5.x' Josh Cummings 2025-11-04 14:04:56 -07:00
  • f988272fff Merge branch '6.4.x' into 6.5.x Josh Cummings 2025-11-04 14:04:29 -07:00
  • 532d0bef14 Add Test to Confirm 72-byte BCrypt Password Limit Josh Cummings 2025-11-04 14:03:50 -07:00
  • 571bd60d82 Document OAuth 2.0 Protected Resource Metadata support Joe Grandja 2025-11-04 14:23:37 -05:00
  • 6471a32d66 Merge branch '6.5.x' Rob Winch 2025-11-04 11:32:48 -06:00
  • c1e9e10bf0 Merge branch '6.4.x' into 6.5.x Rob Winch 2025-11-04 11:28:40 -06:00
  • fed6df5167 Default WebAuthnConfigurer#rpName to rpId Daniel Garnier-Moiroux 2025-10-29 12:17:00 +01:00
  • 20ae9dc6bc Remove Stray Needs Declaration Josh Cummings 2025-11-04 10:08:45 -07:00
  • 03eadb846c Add Workflow to Finalize a Release Josh Cummings 2025-11-04 09:30:45 -07:00
  • 0928a60cd2 Post Process WebAuthnAuthenticationFilter Rob Winch 2025-11-04 10:54:45 -06:00
  • 322634ca6a Next Development Version Rob Winch 2025-11-04 10:39:24 -06:00
  • e3e7d76b70 Add Workflow to Finalize a Release finalize Josh Cummings 2025-11-04 09:30:45 -07:00
  • 5213cc44fc Merge branch '6.5.x' Rob Winch 2025-11-04 10:24:32 -06:00
  • 8fa2fc0e1e Merge branch '6.4.x' into 6.5.x Rob Winch 2025-11-04 10:24:15 -06:00
  • 4feeb0f843 Docs: document effects of disabling CORS configurer Daniel Garnier-Moiroux 2025-10-30 15:20:24 +01:00
  • ea88671f4c Update webauthn4j usage, use non-deprecated methods Daniel Garnier-Moiroux 2025-10-31 13:31:21 +01:00
  • 9dde69746f Release 7.0.0-RC2 7.0.0-RC2 github-actions[bot] 2025-11-04 05:32:57 +00:00
  • 884cf0d62e EnableGlobalMultiFactorAuthentication->EnableMultiFactorAuthentication Rob Winch 2025-11-03 22:16:16 -06:00
  • aaf738f7ac MFA is now Opt In Rob Winch 2025-11-03 15:20:29 -06:00
  • ccd39a23c9 Only perform MFA if Authentication.getName() is the same Rob Winch 2025-11-03 12:37:36 -06:00
  • 793820acfa Remove Authority Copying From Reactive Josh Cummings 2025-11-03 13:31:30 -07:00
  • b6ed037c39 Document device_code grant disabled by default Joe Grandja 2025-10-31 06:38:09 -04:00
  • 5da0cbea4b Document OAuth 2.0 Dynamic Client Registration support Joe Grandja 2025-10-30 12:58:05 -04:00
  • e6b4d461e7 Fix OAuth2AuthorizationServerJacksonModule type validator configuration Joe Grandja 2025-10-28 14:38:06 -04:00
  • 4daf089e46 Merge remote-tracking branch 'origin/6.5.x' Josh Cummings 2025-10-28 12:08:53 -06:00
  • 6501e97ece Fix sensitive case in JwtTypeValidator namest504 2025-10-24 15:49:10 +09:00
  • ee49c18ce2 Bump org.hibernate.orm:hibernate-core from 6.6.33.Final to 6.6.34.Final dependabot[bot] 2025-10-28 03:20:26 +00:00
  • f0afca7610 Bump com.fasterxml.jackson:jackson-bom from 2.18.4.1 to 2.18.5 dependabot[bot] 2025-10-28 03:19:44 +00:00
  • 8b0689cbb8 Bump org.hibernate.orm:hibernate-core from 6.6.33.Final to 6.6.34.Final dependabot[bot] 2025-10-28 03:15:58 +00:00
  • 28e158d1cb Bump com.fasterxml.jackson:jackson-bom from 2.18.4.1 to 2.18.5 dependabot[bot] 2025-10-28 03:15:38 +00:00
  • 3a84894bf4 Revert "Add AuthorizationProxyMixin" Josh Cummings 2025-10-27 17:30:44 -06:00
  • 90855aa128 Missing response_type in POST authorization request returns invalid_request Joe Grandja 2025-10-24 05:46:00 -04:00
  • 36f1f2ca4f Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.2.20 to 2.2.21 dependabot[bot] 2025-10-24 03:11:20 +00:00
  • 46b6744b42 Bump org.jetbrains.kotlin:kotlin-bom from 2.2.20 to 2.2.21 dependabot[bot] 2025-10-24 03:09:22 +00:00
  • 9f7e92d6f2 Bump tools.jackson:jackson-bom from 3.0.0 to 3.0.1 dependabot[bot] 2025-10-22 03:10:34 +00:00
  • 727f0e27d6 Merge branch '6.5.x' Josh Cummings 2025-10-20 17:42:52 -06:00
  • f548aaf5c5 Merge branch '6.4.x' into 6.5.x Josh Cummings 2025-10-20 17:42:25 -06:00
  • 743817fc15 Add AuthorizationProxyMixin Josh Cummings 2025-10-20 17:16:21 -06:00
  • fb701e4615 Merge remote-tracking branch 'origin/6.5.x' Josh Cummings 2025-10-20 17:10:05 -06:00
  • 1c112005fa Don't Attempt to Generate Token Without Valid Token Request Josh Cummings 2025-10-20 11:58:57 -06:00
  • e0a71eb00e Fix GenerateOneTimeTokenRequestResolver ignored if username param not present Marcus Hert da Coregio 2025-10-18 13:13:50 -03:00
  • 69d28dc35b Merge branch '6.5.x' Josh Cummings 2025-10-20 17:07:34 -06:00
  • 42ddaba870 Next Development Version Josh Cummings 2025-10-20 17:07:18 -06:00
  • da46ba2619 Update Password Samples for Nullability Josh Cummings 2025-10-20 17:04:22 -06:00
  • a406f5fe2d Merge remote-tracking branch 'origin/6.5.x' Josh Cummings 2025-10-20 16:46:49 -06:00
  • dcb4e47cd5 Add Include-Code to the Password Storage page Himanshu Pareek 2025-10-15 21:44:45 +05:30
  • 82f87cf2b6 Next Development Version Rob Winch 2025-10-20 16:55:17 -05:00
  • 0a2f55d485 Clarify Nullability in Granted Authority Lambda Josh Cummings 2025-10-20 11:33:27 -06:00
  • 9b61533db2 Mark GrantedAuthority#getAuthority as @Nullable Andrey Litvitski 2025-10-11 18:42:33 +03:00
  • eb43830260 Polish JavaDoc Josh Cummings 2025-10-20 14:21:40 -06:00
  • b55c28cf25 Polish SimpleGrantedAuthority Yanming Zhou 2025-09-09 16:42:38 +08:00
  • 0927bed66a 📔 Documentation 1. Correct the org.springframework.security.config.annotation.web.LogoutDsl's property description Simon Von 2025-10-10 17:51:48 +08:00
  • 9ed446e6f5 Next Development Version Josh Cummings 2025-10-20 15:15:57 -06:00
  • d5e6da5aba Release 7.0.0-RC1 7.0.0-RC1 github-actions[bot] 2025-10-20 17:32:34 +00:00
  • 4d2bd30c75 Update to Reactor 2025.0.0-RC1 Rob Winch 2025-10-20 12:29:29 -05:00
  • 5acad99852 Revert "Release 7.0.0-RC1" Rob Winch 2025-10-20 12:29:48 -05:00
  • e616688f56 Release 7.0.0-RC1 github-actions[bot] 2025-10-20 17:26:08 +00:00
  • 56a23d9ddc Release 6.5.6 6.5.6 github-actions[bot] 2025-10-20 17:17:40 +00:00
  • dc5aed9b5f Release 6.4.12 6.4.12 github-actions[bot] 2025-10-20 17:17:37 +00:00
  • 9c7b34a48b Favor Relative Redirects by Default Josh Cummings 2025-10-20 09:57:06 -06:00
  • d5d7fd414d Update What's New Josh Cummings 2025-10-20 09:55:56 -06:00
  • 491a3e8f68 Update to Spring LDAP 4.0.0-RC1 Rob Winch 2025-10-20 09:34:52 -05:00
  • 43d20ea91f Update to Spring Data 2025.1.0-RC1 Rob Winch 2025-10-20 09:34:33 -05:00
  • 24241d0384 Update to Spring Framework 7.0.0-RC1 Rob Winch 2025-10-20 09:25:13 -05:00
  • cb8c2b090c Bump ch.qos.logback:logback-classic from 1.5.19 to 1.5.20 dependabot[bot] 2025-10-20 03:07:42 +00:00
  • e94de4d0e3 Merge branch '6.5.x' Rob Winch 2025-10-20 09:16:23 -05:00
  • cb994aad6c Bump ch.qos.logback:logback-classic from 1.5.19 to 1.5.20 Rob Winch 2025-10-20 09:15:32 -05:00
  • 6f6ee0c060 Bump org.springframework.data:spring-data-bom from 2024.1.10 to 2024.1.11 Rob Winch 2025-10-20 09:15:30 -05:00
  • 9cecc2cf09 Merge branch '6.4.x' into 6.5.x Rob Winch 2025-10-20 09:15:18 -05:00
  • f19c9c8625 Bump ch.qos.logback:logback-classic from 1.5.19 to 1.5.20 Rob Winch 2025-10-20 09:14:31 -05:00
  • 95abf61c88 Refine Jackson 3 format description Rob Winch 2025-10-20 09:11:22 -05:00
  • 22cbb13f7d Add comments to SQL-scripts to ensure robust timezone handling Joe Grandja 2025-10-20 07:12:50 -04:00
  • fc8b6b5863 Return PAR endpoint metadata only when enabled Joe Grandja 2025-10-20 06:06:05 -04:00
  • 8b89e31e3d Bump org.springframework.data:spring-data-bom dependabot[bot] 2025-10-20 03:18:26 +00:00
  • 67b15be917 Bump ch.qos.logback:logback-classic from 1.5.19 to 1.5.20 dependabot[bot] 2025-10-20 03:18:21 +00:00
  • 217a29e6ba Bump org.springframework.data:spring-data-bom dependabot[bot] 2025-10-20 03:12:54 +00:00
  • b2d6380633 Bump ch.qos.logback:logback-classic from 1.5.19 to 1.5.20 dependabot[bot] 2025-10-20 03:12:45 +00:00
  • 9dc27bee03 Link to gh-18077 Rob Winch 2025-10-19 16:26:05 -05:00
  • a181733365 Encapsulate GenericHttpMessageConverterAdapter Rob Winch 2025-10-17 16:25:51 -05:00
  • 51e8f8f1c6 Deprecate WebAuthnAuthenticationFilter.setConverter(GenericHttpMessageConverter) Rob Winch 2025-10-17 16:23:51 -05:00
  • d309f1887e Remove Extra Blank Line from CoreJacksonModule Rob Winch 2025-10-17 15:07:51 -05:00
  • 5e851e0b26 Remove JdbcOAuth2AuthorizationService.Mapper Rob Winch 2025-10-17 13:47:27 -05:00
  • 803936cfbe JacksonDelegate uses SecurityJacksonModules Rob Winch 2025-10-17 11:10:38 -05:00
  • 50568da1e5 Add Jackson 3 TestingAuthenticationToken Support Rob Winch 2025-10-17 13:31:42 -05:00
  • 8f8a25533a Refine documentation for Jackson 3 Sébastien Deleuze 2025-10-17 11:24:48 +02:00
  • 137f8fd670 Add support for JacksonJsonHttpMessageConverter Sébastien Deleuze 2025-10-03 15:22:52 +02:00
  • 702a177e25 Add webauthn Jackson 3 support and deprecate Jackson 2 one Sébastien Deleuze 2025-09-10 22:15:07 +02:00
  • 48854c3ac9 Deprecate Jackson 2 support Sébastien Deleuze 2025-09-01 18:24:08 +02:00
  • 65a14d6c6d Add Jackson 3 support Sébastien Deleuze 2025-09-01 18:23:31 +02:00
  • 916a687b29 Add Jackson 3 BOM Sébastien Deleuze 2025-08-26 16:53:17 +02:00
  • 762fcbb516 Add .kotlin/ to .gitignore Sébastien Deleuze 2025-09-24 11:24:13 +02:00
  • fc795a81d4 PAR uses requested scopes on consent Joe Grandja 2025-10-17 15:49:37 -04:00
  • 4bc319883b Address Nullability Josh Cummings 2025-10-17 13:45:11 -06:00
  • cb7a6292b7 Bump io.spring.nullability:io.spring.nullability.gradle.plugin dependabot[bot] 2025-10-16 03:07:05 +00:00
  • bbf6a4e786 Merge branch '6.5.x' Josh Cummings 2025-10-17 13:50:05 -06:00
  • ba2619cb8a Merge remote-tracking branch 'origin/6.4.x' into 6.5.x Josh Cummings 2025-10-17 13:49:54 -06:00
  • 43c53c3b78 Bump org.springframework:spring-framework-bom from 6.2.11 to 6.2.12 dependabot[bot] 2025-10-17 03:15:15 +00:00
  • b1e16cd147 Bump org.springframework.ldap:spring-ldap-core from 3.2.14 to 3.2.15 dependabot[bot] 2025-10-17 03:18:18 +00:00
  • 9961e6d56c Bump org.springframework:spring-framework-bom from 6.2.11 to 6.2.12 dependabot[bot] 2025-10-17 03:18:41 +00:00