You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.3 KiB
45 lines
1.3 KiB
{
|
|
"allowRemoteResourceManagement": true,
|
|
"policyEnforcementMode": "ENFORCING",
|
|
"policies": [
|
|
{
|
|
"name": "Default Policy",
|
|
"type": "js",
|
|
"logic": "POSITIVE",
|
|
"decisionStrategy": "AFFIRMATIVE",
|
|
"config": {
|
|
"code": "// by default, grants any permission associated with this policy\n$evaluation.grant();\n"
|
|
}
|
|
},
|
|
{
|
|
"name": "test-authz-rb-policy",
|
|
"type": "role",
|
|
"logic": "POSITIVE",
|
|
"decisionStrategy": "UNANIMOUS",
|
|
"config": {
|
|
"roles": "[{\"id\":\"offline_access\",\"required\":false}]"
|
|
}
|
|
},
|
|
{
|
|
"name": "Default Permission",
|
|
"type": "resource",
|
|
"logic": "POSITIVE",
|
|
"decisionStrategy": "UNANIMOUS",
|
|
"config": {
|
|
"applyPolicies": "[\"test-authz-rb-policy\"]"
|
|
}
|
|
},
|
|
{
|
|
"name": "Test scope",
|
|
"type": "scope",
|
|
"logic": "POSITIVE",
|
|
"decisionStrategy": "UNANIMOUS",
|
|
"config": {
|
|
"scopes": "[]",
|
|
"applyPolicies": "[\"test-authz-rb-policy\"]"
|
|
}
|
|
}
|
|
],
|
|
"scopes": [],
|
|
"decisionStrategy": "UNANIMOUS"
|
|
}
|