-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
Introducing new JSON Access Policy marker AAM_API that allows to tap into AAM PHP Framework within a policy. For instance, the following policy defines access controls to page xyz based abc page's permissions:
{
"Statement": {
"Effect": "deny",
"Resource": "Post:page:xyz",
"Action": "Read",
"Condition": {
"Equals": {
"${AAM_API.posts.is_restricted(abc)}": true
}
}
}
}Metadata
Metadata
Assignees
Labels
Projects
Status
Ready For Release