Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreSpring Security OAuth 2.0.5.RELEASE is available now in all the usual Maven repositories. This is a bugfix release but nothing critical. We recommend upgrading if you are having trouble with customizing the Java config, since most of the issues resolved relate to that (for instance it is much easier to customize the password encoder for client secrets). There is a small breaking change for anyone using the AuthorizationServerEndpointsConfigurer
directly to configure a ClientDetailsService
(it doesn't work that way, so you would be failing to configure it anyway).
For a range of samples using and displaying all the features of Spring Security OAuth please look in the github project (e.g. at the integration tests or the samples).