commit
69070a0113
1 changed files with 1 additions and 4 deletions
|
@ -50,9 +50,7 @@ The _EntitlementBearerTokenEnforcementFilter_ can be configured by a simple JSON
|
||||||
"clientId": "{client_id}",
|
"clientId": "{client_id}",
|
||||||
"clientSecret": "{client_secret}"
|
"clientSecret": "{client_secret}"
|
||||||
},
|
},
|
||||||
"enforcer": {
|
"enforcer": { }
|
||||||
"user-managed-access": {}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
Or a little more verbose if you want to manually define the resources being protected:
|
Or a little more verbose if you want to manually define the resources being protected:
|
||||||
|
@ -65,7 +63,6 @@ Or a little more verbose if you want to manually define the resources being prot
|
||||||
"clientSecret": "{client_secret}"
|
"clientSecret": "{client_secret}"
|
||||||
},
|
},
|
||||||
"enforcer": {
|
"enforcer": {
|
||||||
"user-managed-access": {},
|
|
||||||
"paths": [
|
"paths": [
|
||||||
{
|
{
|
||||||
"path" : "/someUri/*",
|
"path" : "/someUri/*",
|
||||||
|
|
Loading…
Reference in a new issue