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