You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oc-acl:constraint a rdf:Property;
:comment "The information resource to which access is being granted.";
:domain acl:Authorization;
:label "Has Constraint"@en;
rdfs:range [
a owl:Class ;
owl:unionOf ( odrl:Constraint odrl:LogicalConstraint ) ;
] .
Is your feature request related to a problem? Please describe.
Currently, by implementing the WAC standard profile,
anubis supports only RBAC. While not formalized, the specs discuss the possibility to use ODRL to express obligations required to be met by agents prior to accessing a resource cf. authorization-extensions section in WAC spec
We could define the extension as
to allow acl rules to have constraints.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: