Steve Riesenberg
26c63aeb01
Merge branch '6.3.x' into 6.4.x
...
Closes gh-16844
12 months ago
Steve Riesenberg
b7df86197c
Apply request-handler-ref to CsrfAuthenticationStrategy
...
Closes gh-16801
12 months ago
Steve Riesenberg
c84c438075
Apply request-handler-ref to CsrfAuthenticationStrategy
...
Closes gh-16801
12 months ago
Josh Cummings
1ad4323cec
Merge branch '6.3.x' into 6.4.x
12 months ago
DingHao
1e7db094d1
Use correct message prompt
...
Signed-off-by: DingHao <dh.hiekn@gmail.com>
12 months ago
Josh Cummings
6c5b6d1c51
Merge branch '6.3.x' into 6.4.x
...
Closes gh-16837
12 months ago
Josh Cummings
456604ab45
Sort Default Advisors and Added Advisors
...
This commit ensures that the default advisors and added advisors
are sorted in the event that this component is not being published
as a Spring bean.
Issue gh-16819
12 months ago
Josh Cummings
15b9a50060
Add Test
...
Issue gh-16819
12 months ago
Tran Ngoc Nhan
fcc1bd598d
Sort Advisors AfterSingletonsInstantiated
...
In order to make so that authorization advisors are sorted
only one time and also as part of the configuration lifecycle,
AuthorizationAdvisorProxyFactory now implements
SmartInitializingBean.
Closes gh-16819
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
12 months ago
Rob Winch
1f3dd53bdf
Fix WebAuthn saves Anonymous PublicKeyCredentialUserEntity
...
Closes gh-16606
1 year ago
Rob Winch
a6b5c05da9
Additional WebAuthn4jRelyingPartyOperationTests
...
- verify that anonymous users not saved
- verify that when user found the CredentialRecord is allowed
Issue gh-16385
1 year ago
Rob Winch
9c054474a8
Use Test Name Conventions
...
Issue gh-16385
1 year ago
Rob Winch
593f7c4490
Use !isAuthenticated
...
It's more verbose to see if the user is not null and not anonymous
Issue gh-16385
1 year ago
Rob Winch
4e20d56d2d
Fix format for WebAuthn4jRelyingPartyOperations
...
Issue gh-16385
1 year ago
Josh Cummings
26aa253633
Merge branch '6.3.x' into 6.4.x
1 year ago
github-actions[bot]
af2668f7cb
Bump Gradle Wrapper from 8.10.2 to 8.13.
...
Release notes of Gradle 8.13 can be found here:
https://docs.gradle.org/8.13/release-notes.html
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 year ago
Tomas Borghi
0a084135ec
Delete import unused
...
Signed-off-by: Tomas Borghi <137845283+Borghii@users.noreply.github.com>
1 year ago
Tomas Borghi
5571ad1b27
Fix issues identified in PR review
...
Signed-off-by: Tomas Borghi <137845283+Borghii@users.noreply.github.com>
1 year ago
Borghi
e3a715b8f5
Fix issues identified in PR review
...
Signed-off-by: Borghi <137845283+Borghii@users.noreply.github.com>
1 year ago
dependabot[bot]
2f04512e01
Bump spring-io/spring-doc-actions from 0.0.18 to 0.0.19
...
Bumps [spring-io/spring-doc-actions](https://github.com/spring-io/spring-doc-actions ) from 0.0.18 to 0.0.19.
- [Commits](852920ba3f...c203826512 )
---
updated-dependencies:
- dependency-name: spring-io/spring-doc-actions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
github-actions[bot]
23444dd13f
Merge branch '6.3.x' into 6.4.x
1 year ago
dependabot[bot]
883765b2de
Bump @springio/asciidoctor-extensions in /docs
...
Bumps [@springio/asciidoctor-extensions](https://github.com/spring-io/asciidoctor-extensions ) from 1.0.0-alpha.16 to 1.0.0-alpha.17.
- [Changelog](https://github.com/spring-io/asciidoctor-extensions/blob/main/CHANGELOG.adoc )
- [Commits](https://github.com/spring-io/asciidoctor-extensions/compare/v1.0.0-alpha.16...v1.0.0-alpha.17 )
---
updated-dependencies:
- dependency-name: "@springio/asciidoctor-extensions"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Rob Winch
c032b20178
Merge branch '6.3.x' into 6.4.x
1 year ago
Rob Winch
58e7ba4a4b
https docs download
1 year ago
Josh Cummings
db8b6322e2
Merge branch '6.3.x' into 6.4.x
1 year ago
Bragolgirith
72554f7f36
Update authorize-http-requests.adoc
...
Fix patterns in the Security Matchers documentation
Signed-off-by: Bragolgirith <6455473+Bragolgirith@users.noreply.github.com>
1 year ago
Rob Winch
af8786150e
Merge branch '6.3.x' into 6.4.x
...
Closes gh-16799
1 year ago
Rob Winch
65e83f8e7a
Add link to docs zip
...
Closes gh-16798
1 year ago
Steve Riesenberg
96cfbd1e6c
Merge branch '6.3.x' into 6.4.x
...
Closes gh-16782
Closes gh-16783
Closes gh-16784
Closes gh-16785
Closes gh-16786
1 year ago
Tran Ngoc Nhan
ab6e9d2d1f
Clarify WebInvocationPrivilegeEvaluator JavaDoc
...
Closes gh-16529
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 year ago
Tran Ngoc Nhan
a53ca7c3d0
Update ServerOAuth2AuthorizedClientExchangeFilterFunction javadoc
...
Closes gh-16555
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 year ago
Tran Ngoc Nhan
af40d7e35a
Fix typo
...
Closes gh-16776
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 year ago
Tran Ngoc Nhan
daf8cfe8d2
Fix Spring Framework reference link
...
Closes gh-16699
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 year ago
Tran Ngoc Nhan
75b537f99a
Fix WebFlux authentication reference link
...
Closes gh-16702
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 year ago
Josh Cummings
55d61224e5
Merge branch '6.3.x' into 6.4.x
1 year ago
Josh Cummings
d1b7f8a119
Update Gradle Wrapper Upgrade
...
Issue gh-16221
1 year ago
Josh Cummings
85c906290d
Merge branch '6.3.x' into 6.4.x
1 year ago
dependabot[bot]
68f08c26d0
Bump org.springframework:spring-framework-bom from 6.2.4 to 6.2.5
...
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework ) from 6.2.4 to 6.2.5.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.4...v6.2.5 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
5353d499b4
Bump ch.qos.logback:logback-classic from 1.5.17 to 1.5.18
...
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback ) from 1.5.17 to 1.5.18.
- [Release notes](https://github.com/qos-ch/logback/releases )
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.17...v_1.5.18 )
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
60df37b026
Bump ch.qos.logback:logback-classic from 1.5.17 to 1.5.18
...
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback ) from 1.5.17 to 1.5.18.
- [Release notes](https://github.com/qos-ch/logback/releases )
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.17...v_1.5.18 )
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
AB
d9a937f0c1
Correct Closing Tag
...
Closes gh-16600
Signed-off-by: AB <a.bierler@xdev-software.de>
1 year ago
dependabot[bot]
06893bc047
Bump org-eclipse-jetty from 11.0.24 to 11.0.25
...
Bumps `org-eclipse-jetty` from 11.0.24 to 11.0.25.
Updates `org.eclipse.jetty:jetty-server` from 11.0.24 to 11.0.25
Updates `org.eclipse.jetty:jetty-servlet` from 11.0.24 to 11.0.25
---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-servlet
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
1d75b907f9
Bump org-eclipse-jetty from 11.0.24 to 11.0.25
...
Bumps `org-eclipse-jetty` from 11.0.24 to 11.0.25.
Updates `org.eclipse.jetty:jetty-server` from 11.0.24 to 11.0.25
Updates `org.eclipse.jetty:jetty-servlet` from 11.0.24 to 11.0.25
---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-servlet
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
github-actions[bot]
7dbd69fee1
Next development version
1 year ago
github-actions[bot]
816f3cd64d
Next development version
1 year ago
github-actions[bot]
3d9cd31122
Release 6.4.4
1 year ago
github-actions[bot]
147081f771
Release 6.3.8
1 year ago
Rob Winch
04f530bc1b
opensamlFiveTest.extendsFrom testRuntimeOnly
...
Issue gh-16756
1 year ago
dependabot[bot]
bf619fc3dc
Bump org.springframework:spring-framework-bom from 6.2.3 to 6.2.4
...
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework ) from 6.2.3 to 6.2.4.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.3...v6.2.4 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
github-actions[bot]
488de5af70
Merge branch '6.3.x' into 6.4.x
1 year ago