From 2884cd0841e789bf346c10a0a989636103806c6b Mon Sep 17 00:00:00 2001 From: Mark Fussell Date: Thu, 28 Aug 2025 09:42:05 -0700 Subject: [PATCH] Update daprdocs/content/en/reference/components-reference/supported-middleware/middleware-oauth2.md Co-authored-by: Alice Gibbons Signed-off-by: Mark Fussell --- .../supported-middleware/middleware-oauth2.md | 1 - 1 file changed, 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-middleware/middleware-oauth2.md b/daprdocs/content/en/reference/components-reference/supported-middleware/middleware-oauth2.md index a41e9a34c..d70809f94 100644 --- a/daprdocs/content/en/reference/components-reference/supported-middleware/middleware-oauth2.md +++ b/daprdocs/content/en/reference/components-reference/supported-middleware/middleware-oauth2.md @@ -130,7 +130,6 @@ spec: value: "^/api/admin/.*" ``` -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 - This reduces security risk by preventing privilege escalation and limiting the blast radius of compromised tokens