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 d70809f94..7a3c0b851 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 @@ -131,7 +131,6 @@ spec: ``` - 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 ## Related links