Update daprdocs/content/en/reference/components-reference/supported-middleware/middleware-oauth2.md

Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
Mark Fussell 2025-08-28 09:40:52 -07:00 committed by GitHub
parent 6362b4e9a7
commit a6c8bada5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ spec:
type: middleware.http.oauth2
```
## Path Filtering for Least Privilege Security
## Request path filtering
The `pathFilter` field allows you to apply OAuth2 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 users only receive the minimum permissions necessary for their intended operations.