Added detail about the document's intended scope

Josh Cummings 2019-11-15 12:57:26 -07:00
parent 6eee9da9cf
commit 84f594a6ac

@ -1,6 +1,6 @@
NOTE: This document is a work in progress. Check back regularly for updates.
This document contains guidance for moving from Spring Security OAuth 2.x to Spring Security 5.2.x.
This document contains guidance for moving OAuth 2.0 Clients and Resource Servers from Spring Security OAuth 2.x to Spring Security 5.2.x. Since Spring Security doesn't provide Authorization Server support, migrating a Spring Security OAuth Authorization Server is out of scope for this document.
Because the two approaches are as different as they are, this document will tend to cover patterns more than precise search-and-replace steps.