Hi Tara,
We’ve been working on precisely the behaviour you described - if the scoped policy results in no match or explicit deny, it returns deny; otherwise (if the scoped policy results in allow), it falls through to the parent. This feature will be released soon.
We added it as an undocumented
feature in the latest release (v0.40.0), so some details might still change, but currently, the policy can have optional attribute
scopePermissions
. if its value is set to
SCOPE_PERMISSIONS_REQUIRE_PARENTAL_CONSENT_FOR_ALLOWS
the fall-through behaviour will be enforced.