From e2ef5480c5c8c78f9b7719f1ba744ff5181b235c Mon Sep 17 00:00:00 2001 From: Mark Fussell Date: Thu, 28 Aug 2025 09:49:53 -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 | 2 +- 1 file changed, 1 insertion(+), 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 ba612bf09..168129ce5 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 @@ -79,7 +79,7 @@ spec: The `pathFilter` field allows you to apply OAuth2 client credentials authentication selectively based on request paths using regex patterns. This enables implementing the least privilege principle by configuring multiple OAuth2 middlewares with different scopes for different API endpoints, ensuring services only receive the minimum permissions necessary for their intended operations. -### Example: Separate User and Admin Access +### Example: Separate read-only and admin user access ```yaml # Read-only user access middleware