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