From a207e0554d4bdc1fe8a5dc7f66cbd4d8f2788e58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Wacongne?= Date: Mon, 9 Oct 2023 19:51:19 +0200 Subject: [PATCH] Update README.md --- samples/tutorials/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/tutorials/README.md b/samples/tutorials/README.md index 6fe69cf2c..2c621aa10 100644 --- a/samples/tutorials/README.md +++ b/samples/tutorials/README.md @@ -12,7 +12,7 @@ Jump to: ## 1. OAuth2 essentials -OAuth2 client and resource-server configuration are very different. **Spring provides with different starters for a reason**. If you're not sure about the definitions, needs and responsibilities of those two, please please take 5 minutes to read this section before you start. +OAuth2 client and resource-server configuration are very different. **Spring provides with different starters for a reason**. If you're not sure about the definitions, needs and responsibilities of those two, please please take 5 minutes to read this section before you start. You may **test your OAuth2 / OpenID knowledge with the dedicated quiz** available at [https://quiz.c4-soft.com/ui/quizzes](https://quiz.c4-soft.com/ui/quizzes) ### 1.1 Actors - **resource-owner**: think of it as end-user. Most frequently a physical person, but can be a batch or whatever trusted program authenticated with client-credential (or even a device authenticated with a flow we'll skip)