mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/reference/components-reference/supported-middleware/middleware-oauth2clientcredentials.md
Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com> Signed-off-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
parent
d1a9e74f87
commit
60bee1e2e9
|
|
@ -82,7 +82,7 @@ The `pathFilter` field allows you to selectively apply OAuth2 authentication bas
|
||||||
### Example: Separate read-only and admin user access
|
### Example: Separate read-only and admin user access
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Read-only user access middleware
|
# User with read-only access scope
|
||||||
apiVersion: dapr.io/v1alpha1
|
apiVersion: dapr.io/v1alpha1
|
||||||
kind: Component
|
kind: Component
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue