json missing comma
add missing comma after "enforcement-mode" : "ENFORCING"
This commit is contained in:
parent
42168d9e48
commit
a9fb954985
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ Or a little more verbose if you want to manually define the resources being prot
|
|||
{
|
||||
"policy-enforcer": {
|
||||
"user-managed-access" : {},
|
||||
"enforcement-mode" : "ENFORCING"
|
||||
"enforcement-mode" : "ENFORCING",
|
||||
"paths": [
|
||||
{
|
||||
"path" : "/someUri/*",
|
||||
|
@ -163,4 +163,4 @@ check whether or not access should be granted. When enabled, make sure your reso
|
|||
+
|
||||
** *claim-information-point*
|
||||
+
|
||||
Defines a set of one or more *global* claims that must be resolved and pushed to the {project_name} server in order to make these claims available to policies. See <<_enforcer_claim_information_point, Claim Information Point>> for more details.
|
||||
Defines a set of one or more *global* claims that must be resolved and pushed to the {project_name} server in order to make these claims available to policies. See <<_enforcer_claim_information_point, Claim Information Point>> for more details.
|
||||
|
|
Loading…
Reference in a new issue