From 48714ffd425b8a522e30d55004caeeeb0563447f Mon Sep 17 00:00:00 2001 From: Joni Collinge Date: Thu, 16 Jan 2020 15:22:24 +0000 Subject: [PATCH] Fix incorrect dapr config (#297) --- howto/authorization-with-oauth/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/howto/authorization-with-oauth/README.md b/howto/authorization-with-oauth/README.md index 97ae55e8e..2b8496e04 100644 --- a/howto/authorization-with-oauth/README.md +++ b/howto/authorization-with-oauth/README.md @@ -71,7 +71,8 @@ metadata: spec: httpPipeline: handlers: - - name: middleware.http.oauth2 + - name: oauth2 + type: middleware.http.oauth2 ``` ## Apply the configuration