Spring Security 5.1.0.M2 Released
On behalf of the community I am pleased to announce the release of Spring Security 5.1.0.M2. This release comes with 100+ tickets closed.
As always we look forward to hearing your feedback! You can find the highlights below:
OAuth2
OAuth2 Resource Server
Basic support for OAuth2 Resource Servers has been added. See oauth2resourceserver
Authorization Code Flow
User’s can now obtain an access token using the OAuth 2.0 Authorization Code grant. See the authcodegrant sample.
WebClient and OAuth2 Support
There is now built in support for OAuth2 and WebClient support. The support allows:
-
Adding the access token to the request
-
Automatic refreshing of the access token when it expires
-
Resolving the access token to use
…