What’s New in Spring Security 6.3
Spring Security 6.3 提供了许多新功能。以下是该版本的要点。
Spring Security 6.3 provides a number of new features. Below are the highlights of the release.
OAuth2
-
gh-13259 - 自定义调用 UserInfo 的时间
-
gh-13259 - Customize when UserInfo is called
-
gh-14168 - 在 OAuth2AuthorizationRequestRedirectFilter 中引入可自定义的 AuthorizationFailureHandler
-
gh-14168 - Introduce Customizable AuthorizationFailureHandler in OAuth2AuthorizationRequestRedirectFilter
-
gh-5199, gh-14701 - Add support for OAuth 2.0 Token Exchange Grant
-
gh-14672 - 自定义 OidcUserRequest 和 OidcUserInfo 中的 OidcUser 映射
-
gh-14672 - Customize mapping the OidcUser from OidcUserRequest and OidcUserInfo