15456 Commits

Author SHA1 Message Date
Josh Cummings
7162046144
Remove Reference to MethodInvocationResult
Closes gh-14794
2024-03-22 14:33:23 -06:00
Ali-Hassan
04799c5aac Update AuthenticationProvider JavaDoc
Authentication is an interface, not a class. So, it's not correct
to say "instance of the Authentication class".
2024-03-22 11:27:58 -06:00
Josh Cummings
3f11622687
Polish Status Codes
Adjusted code styling to avoid nested ifs

Closes gh-11725
2024-03-22 11:24:55 -06:00
YoungKi Hong
6e45e65cac Update to return List of StatusCodes and add Saml2Error to result object and other formatting 2024-03-22 11:08:24 -06:00
youngkih
76331a5653 Add test for status code returning parent and child status code 2024-03-22 11:08:24 -06:00
youngkih
e1bcd778f0 Update copywrite to 2024 2024-03-22 11:08:24 -06:00
youngkih
994e064412 Use Optional in case child status code is null 2024-03-22 11:08:24 -06:00
YoungKi Hong
01e2971085 [ISSUE-11725] Add secondary statusCode messages on error 2024-03-22 11:08:24 -06:00
Josh Cummings
e1c5dc0e66 Polish JavaDoc
Issue gh-14597
2024-03-22 11:00:39 -06:00
Josh Cummings
9898e0e993 Move AuthorizationAdvisorProxyFactory
To prevent package tangles

Issue gh-14596
2024-03-22 11:00:39 -06:00
Josh Cummings
12ea8a5738 Add Supplier Support
Issue gh-14597
2024-03-22 11:00:39 -06:00
Josh Cummings
795e44d11f Add Value-Type Ignore Support
Issue gh-14597
2024-03-22 11:00:39 -06:00
Josh Cummings
b60e037005
Merge branch '6.2.x' 2024-03-21 17:24:42 -06:00
Josh Cummings
c439cfef0f
Merge branch '6.1.x' into 6.2.x 2024-03-21 17:24:34 -06:00
Thomas Hagelberg
ce9f1821b1
Improve logging in AuthenticationWebFilter
Closes #14091
2024-03-21 17:24:10 -06:00
Thomas Hagelberg
091976fffb Improve logging in AuthenticationWebFilter
Closes #14091
2024-03-21 17:22:35 -06:00
github-actions[bot]
0d71361d19 Merge branch '6.2.x' 2024-03-21 04:01:35 +00:00
dependabot[bot]
c036213892 Bump io.spring.gradle:spring-security-release-plugin from 1.0.1 to 1.0.2
Bumps [io.spring.gradle:spring-security-release-plugin](https://github.com/spring-io/spring-security-release-tools) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/spring-io/spring-security-release-tools/releases)
- [Commits](https://github.com/spring-io/spring-security-release-tools/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: io.spring.gradle:spring-security-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-20 21:00:45 -07:00
dependabot[bot]
e3819a8087 Bump io.spring.gradle:spring-security-release-plugin from 1.0.1 to 1.0.2
Bumps [io.spring.gradle:spring-security-release-plugin](https://github.com/spring-io/spring-security-release-tools) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/spring-io/spring-security-release-tools/releases)
- [Commits](https://github.com/spring-io/spring-security-release-tools/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: io.spring.gradle:spring-security-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-20 20:56:36 -07:00
github-actions[bot]
46573cc4eb Merge branch '6.2.x' 2024-03-21 03:37:28 +00:00
github-actions[bot]
69d2c6dff6 Merge branch '6.1.x' into 6.2.x 2024-03-21 03:37:27 +00:00
dependabot[bot]
153ec5fbde Bump io.spring.gradle:spring-security-release-plugin from 1.0.1 to 1.0.2
Bumps [io.spring.gradle:spring-security-release-plugin](https://github.com/spring-io/spring-security-release-tools) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/spring-io/spring-security-release-tools/releases)
- [Commits](https://github.com/spring-io/spring-security-release-tools/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: io.spring.gradle:spring-security-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-20 20:36:41 -07:00
Josh Cummings
ce54a6db18 Add TestAuthentication convenience method
Issue gh-14597
2024-03-19 10:27:03 -06:00
Josh Cummings
d169d5a835 Add AuthorizeReturnObject
Closes gh-14597
2024-03-19 10:27:03 -06:00
dependabot[bot]
778935d5b3 Bump org.gretty:gretty from 4.1.2 to 4.1.3
Bumps [org.gretty:gretty](https://github.com/gretty-gradle-plugin/gretty) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/gretty-gradle-plugin/gretty/releases)
- [Changelog](https://github.com/gretty-gradle-plugin/gretty/blob/master/changes.md)
- [Commits](https://github.com/gretty-gradle-plugin/gretty/compare/v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: org.gretty:gretty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 20:39:51 -07:00
Marcus Hert Da Coregio
85369d50cb Merge branch '6.2.x' 2024-03-18 09:28:01 -03:00
Marcus Hert Da Coregio
3161b28701 Merge branch '6.1.x' into 6.2.x 2024-03-18 09:27:54 -03:00
Marcus Hert Da Coregio
b58018dc0f Merge branch '5.8.x' into 6.1.x 2024-03-18 09:27:48 -03:00
Marcus Hert Da Coregio
6c9efc2f09 Merge branch '5.7.x' into 5.8.x 2024-03-18 09:27:41 -03:00
github-actions[bot]
b1505016c6 Next development version 2024-03-18 12:24:38 +00:00
github-actions[bot]
55be9eabd4 Next development version 2024-03-18 12:24:28 +00:00
github-actions[bot]
1a163dca37 Next development version 2024-03-18 11:47:59 +00:00
github-actions[bot]
1b0c4d68da Next development version 2024-03-18 11:38:53 +00:00
github-actions[bot]
75ad34aee4 Next development version 2024-03-18 11:35:34 +00:00
github-actions[bot]
b38b495630 Release 5.7.12 5.7.12 2024-03-18 11:10:08 +00:00
github-actions[bot]
c8a0601e6a Release 5.8.11 5.8.11 2024-03-18 11:10:03 +00:00
github-actions[bot]
f226490be3 Release 6.1.8 6.1.8 2024-03-18 11:09:37 +00:00
github-actions[bot]
f039296186 Release 6.3.0-M3 6.3.0-M3 2024-03-18 11:09:22 +00:00
github-actions[bot]
2455feb379 Release 6.2.3 6.2.3 2024-03-18 11:09:21 +00:00
Marcus Hert Da Coregio
a8a9341f2e Merge branch '6.2.x'
Closes gh-14667
2024-03-18 06:43:37 -03:00
Marcus Hert Da Coregio
a972338e1d Merge branch '6.1.x' into 6.2.x
Closes gh-14666
2024-03-18 06:43:09 -03:00
Marcus Hert Da Coregio
f84c4ea583 Merge branch '5.8.x' into 6.1.x
Closes gh-14665
2024-03-18 06:42:43 -03:00
Marcus Hert Da Coregio
2c9dc08e43 Merge branch '5.7.x' into 5.8.x
Closes gh-14664
2024-03-18 06:40:34 -03:00
Marcus Hert Da Coregio
5a7f12f1a9 Check for null Authentication
Closes gh-14715
2024-03-18 06:39:08 -03:00
github-actions[bot]
9864c4dc29 Merge branch '6.2.x' 2024-03-18 04:09:08 +00:00
dependabot[bot]
c0fe212d02 Bump org.springframework.data:spring-data-bom from 2023.1.3 to 2023.1.4
Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom) from 2023.1.3 to 2023.1.4.
- [Release notes](https://github.com/spring-projects/spring-data-bom/releases)
- [Commits](https://github.com/spring-projects/spring-data-bom/compare/2023.1.3...2023.1.4)

---
updated-dependencies:
- dependency-name: org.springframework.data:spring-data-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-17 21:06:43 -07:00
dependabot[bot]
9f6c60ca3f Bump org.springframework.data:spring-data-bom from 2023.1.3 to 2023.1.4
Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom) from 2023.1.3 to 2023.1.4.
- [Release notes](https://github.com/spring-projects/spring-data-bom/releases)
- [Commits](https://github.com/spring-projects/spring-data-bom/compare/2023.1.3...2023.1.4)

---
updated-dependencies:
- dependency-name: org.springframework.data:spring-data-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-17 20:55:13 -07:00
Steve Riesenberg
0078462e41
Make constant public
Issue gh-5199
2024-03-15 15:27:42 -05:00
Steve Riesenberg
9728f28380
Add additional constants to OAuth2ParameterNames
These additional constants are used for optional parameters in the
Access Token Request for the OAuth 2.0 Token Exchange Grant.

Issue gh-5199
2024-03-15 15:27:42 -05:00
Josh Cummings
c611b7e33b
Add AuthorizationProxyFactory Reactive Support
Issue gh-14596
2024-03-15 11:44:30 -06:00