Update What's New for 5.6
This commit is contained in:
parent
ab098f171d
commit
d207d03bf7
|
@ -14,3 +14,19 @@ Below are the highlights of the release.
|
|||
|
||||
** Added https://github.com/spring-projects/spring-security/pull/9483[SAML 2.0 Single Logout Support]
|
||||
** Added https://github.com/spring-projects/spring-security/pull/10060[Saml2AuthenticationRequestRepository]
|
||||
|
||||
* 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
|
||||
|
||||
[[whats-new-webflux]]
|
||||
=== WebFlux
|
||||
|
||||
** 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
|
||||
|
|
Loading…
Reference in New Issue