From 75c8e9ec3901763acf1106dea4adf2e30b125b72 Mon Sep 17 00:00:00 2001 From: Owain Osborne-Walsh <48108258+owainow@users.noreply.github.com> Date: Tue, 14 Feb 2023 17:22:44 +0000 Subject: [PATCH] Typo oauth.md (#3172) Small typo. a -> an Signed-off-by: Owain Osborne-Walsh <48108258+owainow@users.noreply.github.com> --- daprdocs/content/en/operations/security/oauth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/security/oauth.md b/daprdocs/content/en/operations/security/oauth.md index 6e4766eff..c1591e713 100644 --- a/daprdocs/content/en/operations/security/oauth.md +++ b/daprdocs/content/en/operations/security/oauth.md @@ -12,7 +12,7 @@ When the middleware is enabled any method invocation through Dapr needs to be au The main difference between the two flows is that the `Authorization Code Grant flow` needs user interaction and authorizes a user where the `Client Credentials Grant flow` doesn't need a user interaction and authorizes a service/application. -## Register your application with a authorization server +## Register your application with an authorization server Different authorization servers provide different application registration experiences. Here are some samples: