From 9bac6dba013d1c0ce6073767b1868220b6059c25 Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Fri, 22 Nov 2019 15:03:28 -0500 Subject: [PATCH] Updated OAuth 2.0 Migration Guide (asciidoc) --- OAuth-2.0-Migration-Guide.asciidoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/OAuth-2.0-Migration-Guide.asciidoc b/OAuth-2.0-Migration-Guide.asciidoc index 7875321..1876e32 100644 --- a/OAuth-2.0-Migration-Guide.asciidoc +++ b/OAuth-2.0-Migration-Guide.asciidoc @@ -55,8 +55,11 @@ Both Spring Security and Spring Security OAuth2 have examples for how to configu |=== | Use case | Spring Security | Spring Security OAuth -| WebClient | https://github.com/spring-projects/spring-security/tree/master/samples/boot/oauth2webclient[Sample] | -| RestTemplate | | +| Authorization Code | https://github.com/jgrandja/spring-security-oauth-5-2-migrate[Sample] | https://github.com/jgrandja/spring-security-oauth-2-4-migrate[Sample] +| Refresh Token | https://github.com/jgrandja/spring-security-oauth-5-2-migrate[Sample] | https://github.com/jgrandja/spring-security-oauth-2-4-migrate[Sample] +| Client Credentials | https://github.com/jgrandja/spring-security-oauth-5-2-migrate[Sample] | https://github.com/jgrandja/spring-security-oauth-2-4-migrate[Sample] +| Resource Owner Password Credentials | https://github.com/jgrandja/spring-security-oauth-5-2-migrate[Sample] | https://github.com/jgrandja/spring-security-oauth-2-4-migrate[Sample] + |=== [[oauth2-login]]