Rob Winch
9f839384e9
Use non-redundant ids in password4j docs
...
Documentation ids no longer need to be globally unique, so they
do not need to include the path. This makes the ids less verbose and
integrates with include-code extension better.
Issue gh-17706
3 months ago
Rob Winch
11bec09ffc
Escape attribute failures in Password4j docs
...
Issue gh-17706
3 months ago
Rob Winch
c18aff7f5f
Password4j docs 1 sentence per line
...
The Antora documentation convention is to use a single sentence per line
as this helps with diffing and merging changes.
Issue gh-17706
3 months ago
M.Bozorgmehr
b2d4c52c53
Add documentation for Password4j-based password encoders for Argon2, BCrypt, Scrypt, PBKDF2, and Balloon hashing
...
Closes gh-17706
Signed-off-by: M.Bozorgmehr <mehrdad.bozorgmehr@gmail.com>
3 months ago
Mehrdad
2d74f9c334
Create a specific implementation for BalloonHashing and PBKDF2 password encoders using Password4j library
...
Closes gh-17706
Signed-off-by: Mehrdad <mehrdad.bozorgmehr@gmail.com>
Signed-off-by: M.Bozorgmehr <mehrdad.bozorgmehr@gmail.com>
3 months ago
Mehrdad
8c2ad4e4d1
Add Argon2 and BCrypt and Scrypt password encoders using Password4j library
...
Closes gh-17706
Signed-off-by: Mehrdad <mehrdad.bozorgmehr@gmail.com>
Signed-off-by: M.Bozorgmehr <mehrdad.bozorgmehr@gmail.com>
3 months ago
M.Bozorgmehr
9f5d27e8d0
Refactor Password4jPasswordEncoder to use AlgorithmFinder for algorithm selection and enhance documentation
...
Closes gh-17706
Signed-off-by: M.Bozorgmehr <mehrdad.bozorgmehr@gmail.com>
Signed-off-by: Mehrdad <mehrdad.bozorgmehr@gmail.com>
Signed-off-by: M.Bozorgmehr <mehrdad.bozorgmehr@gmail.com>
3 months ago
M.Bozorgmehr
bd593a63d0
Refactor Password4jPasswordEncoder to use AlgorithmFinder for algorithm selection and enhance documentation
...
Closes gh-17706
Signed-off-by: M.Bozorgmehr <mehrdad.bozorgmehr@gmail.com>
Add Password4jPasswordEncoder for enhanced password hashing support
Signed-off-by: M.Bozorgmehr <m.bozorgmehr@emofid.com>
Signed-off-by: M.Bozorgmehr <mehrdad.bozorgmehr@gmail.com>
Add Password4jPasswordEncoder for enhanced password hashing support
Signed-off-by: M.Bozorgmehr <mehrdad.bozorgmehr@gmail.com>
Signed-off-by: Mehrdad <mehrdad.bozorgmehr@gmail.com>
Signed-off-by: M.Bozorgmehr <mehrdad.bozorgmehr@gmail.com>
3 months ago
Rob Winch
2774948b92
Fix X509 WebFlux Configuration Checks
...
The changes for gh-17382 broke the checkstyle and tests. This fixes
them both.
Issue gh-17382
3 months ago
blake_bauman
b502697731
feat: Add option to specify a custom ServerAuthenticationConverter for x509()
...
Signed-off-by: blake_bauman <blake_bauman@apple.com>
3 months ago
Rob Winch
a0fe04c4aa
Document @ClientRegistrationId on types
...
Issue gh-17806
3 months ago
Bernard Budano
02a948da81
Address reviewer requested changes
...
Closes gh-17806
Signed-off-by: Bernard Budano <bbudano@gmail.com>
3 months ago
Bernard Budano
8e3cf9677c
Support @ClientRegistrationId at Class Level
...
Closes gh-17806
Signed-off-by: Bernard Budano <bbudano@gmail.com>
3 months ago
Joe Grandja
35f41f87d1
Temporarily fix integration tests
...
Issue gh-17880
3 months ago
Joe Grandja
7ef25cc101
Add HttpSecurity.oauth2AuthorizationServer()
...
Issue gh-17880
3 months ago
Joe Grandja
098574c50e
Remove redundant classes
...
Issue gh-17880
3 months ago
Joe Grandja
8399bc161d
Fix Serializable tests
...
Issue gh-17880
3 months ago
Joe Grandja
cc71be71e5
Move OAuth2AuthorizationServerConfigurer and OAuth2AuthorizationServerConfiguration
...
Issue gh-17880
3 months ago
Joe Grandja
b5a4cdc9eb
Polish OAuth2AuthorizationServerJackson2Module
...
Issue gh-17880
3 months ago
Joe Grandja
592510c725
Update to @since 7.0
...
Issue gh-17880
3 months ago
Joe Grandja
e99ea033c5
Integrate Spring Authorization Server ref docs
...
Issue gh-17880
3 months ago
Joe Grandja
93742a4db3
Manual move of spring-projects/spring-authorization-server docs
...
Issue gh-17880
3 months ago
Joe Grandja
e5dc46270a
Fix checkstyle
...
Issue gh-17880
3 months ago
Joe Grandja
6484d1ae25
Update copyright headers to 2004-present
...
The Spring portfolio is changing to use <inception-year>-present in
the copyright headers to simplify keeping headers up to date. This
commit updates the copyright headers.
The copyright headers were updated using the following find/replace:
Find: (Copyright \d{4})\s*(\-\d{4})? the original author or authors.
Replace: Copyright 2004-present the original author or authors.
Issue gh-17880
3 months ago
Joe Grandja
a620113264
Add test dependencies
...
Issue gh-17880
3 months ago
Joe Grandja
1ff1d88866
Manual move of spring-projects/spring-authorization-server src/test
...
Issue gh-17880
3 months ago
Joe Grandja
cf7e258ea0
Fix checkstyle
...
Issue gh-17880
3 months ago
Joe Grandja
072f413dd7
Update copyright headers to 2004-present
...
The Spring portfolio is changing to use <inception-year>-present in
the copyright headers to simplify keeping headers up to date. This
commit updates the copyright headers.
The copyright headers were updated using the following find/replace:
Find: (Copyright \d{4})\s*(\-\d{4})? the original author or authors.
Replace: Copyright 2004-present the original author or authors.
Issue gh-17880
3 months ago
Joe Grandja
327996c964
Add spring-security-oauth2-authorization-server.gradle
...
Issue gh-17880
3 months ago
Joe Grandja
745e2153ed
Manual move of spring-projects/spring-authorization-server src/main
...
Issue gh-17880
3 months ago
Rob Winch
cf0ade86fe
Update Kerberos Sample Copyright
...
Issue gh-17879
3 months ago
Rob Winch
1b263cfafb
Fix Keberos Docs http://
...
Issue gh-17879
3 months ago
Rob Winch
f5fb127c8c
Add Spring Security Kerberos
...
Move the Spring Security Kerberos Extension into Spring Security
Closes gh-17879
3 months ago
Rob Winch
e8bf470582
Add Spring Security Kerberos
3 months ago
Josh Cummings
dc5a9bd53d
Remove Duplicate package-info Files
...
Issue gh-17847
3 months ago
Josh Cummings
f24309271e
Merge branch 'spring-security-access'
...
Issue gh-17847
3 months ago
Josh Cummings
b87d63cb71
Document spring-security-access
...
Closes gh-17847
3 months ago
Josh Cummings
505631d7c6
Move Acl Access API
...
Issue gh-17847
3 months ago
Josh Cummings
fa4806dbcc
Move Web Access API
...
Issue gh-17847
3 months ago
Josh Cummings
3182883e2e
Move Messaging Access API
...
Issue gh-17847
3 months ago
Josh Cummings
eedcec9d5c
Move Core Access API
...
Issue gh-17847
3 months ago
Josh Cummings
3a1692f3c3
Remove Direct Runtime Dependency on Access API
...
Issue gh-17847
3 months ago
DingHao
10935632ee
Remove PortResolver
...
Closes gh-15971
Signed-off-by: DingHao <dh.hiekn@gmail.com>
3 months ago
Rob Winch
f0f272d17b
Add new StrictFirewallBuilder.localAddress(InetSocketAddress)
3 months ago
dependabot[bot]
73e21717f2
Bump org.springframework:spring-framework-bom from 7.0.0-M8 to 7.0.0-M9
...
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework ) from 7.0.0-M8 to 7.0.0-M9.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.0-M8...v7.0.0-M9 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
dependency-version: 7.0.0-M9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
dependabot[bot]
ae77532157
Bump io.micrometer:micrometer-observation from 1.14.10 to 1.14.11
...
Bumps [io.micrometer:micrometer-observation](https://github.com/micrometer-metrics/micrometer ) from 1.14.10 to 1.14.11.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.14.10...v1.14.11 )
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-observation
dependency-version: 1.14.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
dependabot[bot]
6e5eb9da3a
Bump org.jetbrains.kotlin:kotlin-bom from 2.2.0 to 2.2.20
...
Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin ) from 2.2.0 to 2.2.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.0...v2.2.20 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
dependency-version: 2.2.20
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
dependabot[bot]
f89ef003dc
Bump com.google.code.gson:gson from 2.13.1 to 2.13.2
...
Bumps [com.google.code.gson:gson](https://github.com/google/gson ) from 2.13.1 to 2.13.2.
- [Release notes](https://github.com/google/gson/releases )
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md )
- [Commits](https://github.com/google/gson/compare/gson-parent-2.13.1...gson-parent-2.13.2 )
---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
dependency-version: 2.13.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
dependabot[bot]
8343394982
Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.2.0 to 2.2.20
...
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin ) from 2.2.0 to 2.2.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.0...v2.2.20 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-version: 2.2.20
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
Rob Winch
25c6edb253
Merge branch '6.5.x'
3 months ago