From 31598986aadcdd3679a63201c83f05d3b144a338 Mon Sep 17 00:00:00 2001 From: Mark Fussell Date: Thu, 28 Aug 2025 09:49:33 -0700 Subject: [PATCH] Update daprdocs/content/en/reference/components-reference/supported-middleware/middleware-oauth2clientcredentials.md Co-authored-by: Alice Gibbons Signed-off-by: Mark Fussell --- .../supported-middleware/middleware-oauth2clientcredentials.md | 1 - 1 file changed, 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-middleware/middleware-oauth2clientcredentials.md b/daprdocs/content/en/reference/components-reference/supported-middleware/middleware-oauth2clientcredentials.md index ca16ee74e..2a135b1a1 100644 --- a/daprdocs/content/en/reference/components-reference/supported-middleware/middleware-oauth2clientcredentials.md +++ b/daprdocs/content/en/reference/components-reference/supported-middleware/middleware-oauth2clientcredentials.md @@ -129,7 +129,6 @@ spec: In this configuration: - Requests to `/api/users/*` endpoints receive tokens with limited user scopes -- Requests to `/api/admin/*` endpoints receive tokens with full administrative privileges ## Related links - [Middleware]({{% ref middleware.md %}})