What is the replacement for the deprecated AuthorizationServer in Spring Security?
The first thing to note is that Spring Security OAuth 2.4.0 officially deprecates all its classes. The second thing is that according to the Spring Security – OAuth 2.0 Features Matrix – FAQ: We are no longer planning on adding Authorization Server support to Spring Security. One solution is to use an OAuth2 authorization server … Read more