-
Notifications
You must be signed in to change notification settings - Fork 6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes gh-10509
- Loading branch information
Showing
13 changed files
with
4,432 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,130 changes: 1,130 additions & 0 deletions
1,130
config/src/main/resources/org/springframework/security/config/spring-security-5.7.rnc
Large diffs are not rendered by default.
Oops, something went wrong.
3,284 changes: 3,284 additions & 0 deletions
3,284
config/src/main/resources/org/springframework/security/config/spring-security-5.7.xsd
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
name: ROOT | ||
version: '5.6.1' | ||
version: '5.7.0' | ||
prerelease: '-SNAPSHOT' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,5 @@ | ||
[[new]] | ||
= What's New in Spring Security 5.6 | ||
= What's New in Spring Security 5.7 | ||
|
||
Spring Security 5.6 provides a number of new features. | ||
Spring Security 5.7 provides a number of new features. | ||
Below are the highlights of the release. | ||
|
||
* All new https://antora.org/[Antora] based https://docs.spring.io/spring-security/[documentation]. | ||
|
||
[[whats-new-servlet]] | ||
== Servlet | ||
* Core | ||
|
||
** Introduced https://github.com/spring-projects/spring-security/issues/10226[`SecurityContextChangedListener`] | ||
** Improved https://github.com/spring-projects/spring-security/pull/10279[Method Security Logging] | ||
|
||
* Configuration | ||
|
||
** Introduced https://github.com/spring-projects/spring-security/pull/9630[`AuthorizationManager`] for method security | ||
|
||
* SAML 2.0 Service Provider | ||
|
||
** Added xref:servlet/saml2/logout.adoc[SAML 2.0 Single Logout Support] | ||
** Added xref:servlet/saml2/login/authentication-requests.adoc#servlet-saml2login-store-authn-request[Saml2AuthenticationRequestRepository] | ||
** Added xref:servlet/saml2/login/overview.adoc#servlet-saml2login-rpr-relyingpartyregistrationresolver[`RelyingPartyRegistrationResolver`] | ||
** Improved ``Saml2LoginConfigurer``'s handling of https://github.com/spring-projects/spring-security/issues/10268[`Saml2AuthenticationTokenConverter`] | ||
|
||
|
||
* OAuth 2.0 Login | ||
|
||
** Added https://github.com/spring-projects/spring-security/pull/10041[`Converter` for `Authentication` result] | ||
|
||
* OAuth 2.0 Client | ||
|
||
** Improved https://github.com/spring-projects/spring-security/pull/9791[Client Credentials encoding] | ||
** Improved https://github.com/spring-projects/spring-security/pull/9779[Access Token Response parsing] | ||
** Added https://github.com/spring-projects/spring-security/pull/10155[custom grant types support] for Authorization Requests | ||
** Introduced https://github.com/spring-projects/spring-security/pull/9208[JwtEncoder] | ||
|
||
* Testing | ||
|
||
** Added support to https://github.com/spring-projects/spring-security/pull/9737[propagate the TestSecurityContextHolder to SecurityContextHolder] | ||
|
||
[[whats-new-webflux]] | ||
== WebFlux | ||
|
||
* OAuth 2.0 Login | ||
|
||
** Improved xref:reactive/oauth2/login/index.adoc[Reactive OAuth 2.0 Login Documentation] | ||
|
||
* OAuth 2.0 Client | ||
|
||
** Improved https://github.com/spring-projects/spring-security/pull/9791[Client Credentials encoding] | ||
** Added https://github.com/spring-projects/spring-security/pull/10131[custom headers support] for Access Token Requests | ||
** Added https://github.com/spring-projects/spring-security/pull/10269[custom response parsing] for Access Token Requests | ||
** Added https://github.com/spring-projects/spring-security/pull/10327[jwt-bearer Grant Type support] for Access Token Requests | ||
** Added https://github.com/spring-projects/spring-security/pull/10336[JWT Client Authentication support] for Access Token Requests | ||
** Improved xref:reactive/oauth2/client/index.adoc[Reactive OAuth 2.0 Client Documentation] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters