From 1728c69a99483aabcea2b29e810b9f4a8c3d3b9b Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Wed, 4 Dec 2019 13:57:40 -0700 Subject: [PATCH] Clarified focus on Clients and Resource Servers --- OAuth-2.0-Features-Matrix.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/OAuth-2.0-Features-Matrix.asciidoc b/OAuth-2.0-Features-Matrix.asciidoc index 1e9616d..2015a60 100644 --- a/OAuth-2.0-Features-Matrix.asciidoc +++ b/OAuth-2.0-Features-Matrix.asciidoc @@ -1,5 +1,5 @@ -The following matrix outlines all the OAuth 2.0 features implemented by the various projects within the Spring portfolio. -The matrix may be used to determine which project(s) to use based on your OAuth 2.0 requirements. +The following matrix outlines all the OAuth 2.0 Client and Resource Server features implemented by the various projects within the Spring portfolio. +The matrix may be used to determine which project(s) to use based on your OAuth 2.0 Client and Resource Server requirements. NOTE: Spring Security 5.0 introduced new Client support for the OAuth 2.0 Authorization Framework and OpenID Connect 1.0. Spring Security 5.1 introduced new Resource Server support as well as additional Client support for different grant types. Spring Security 5.2 continued this pattern, providing more support for Resource Server and Client. This matrix will be kept up-to-date as we complete new features. @@ -79,6 +79,7 @@ For additional information, please see the <