From 3e484ee9b5bef07e5ae0d69ee3b30fc79d8d4be2 Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Wed, 15 Apr 2020 15:58:41 -0400 Subject: [PATCH] Updated OAuth 2.0 Migration Guide (asciidoc) --- OAuth-2.0-Migration-Guide.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OAuth-2.0-Migration-Guide.asciidoc b/OAuth-2.0-Migration-Guide.asciidoc index 1876e32..aa629cd 100644 --- a/OAuth-2.0-Migration-Guide.asciidoc +++ b/OAuth-2.0-Migration-Guide.asciidoc @@ -2,6 +2,8 @@ NOTE: This document is a work in progress. Check back regularly for updates. 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. +NOTE: See https://spring.io/blog/2020/04/15/announcing-the-spring-authorization-server[Announcing the Spring Authorization Server] + Because the two approaches are as different as they are, this document will tend to cover patterns more than precise search-and-replace steps. [[oauth2-client]]