We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The DPP does not support and logical operands with one single contraint:
"odrl:permission": { "odrl:action": { "@id": "odrl:use" }, "odrl:constraint": { "odrl:and": { "odrl:leftOperand": { "@id": "test" }, "odrl:operator": { "@id": "odrl:eq" }, "odrl:rightOperand": "test" } } }, "odrl:prohibition": [], "odrl:obligation": []
The policies configured with one constraint do not need a and. But some people include it, so it could be just one.
Detect when a and operand has one specific policy just
1- Register Policy with and operand and one contraint 2- Configure in the app the and operand 3- Try to access the digital twin registry.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The DPP does not support and logical operands with one single contraint:
Current Behavior
The policies configured with one constraint do not need a and.
But some people include it, so it could be just one.
Expected Behavior
Detect when a and operand has one specific policy just
Steps To Reproduce
1- Register Policy with and operand and one contraint
2- Configure in the app the and operand
3- Try to access the digital twin registry.
The text was updated successfully, but these errors were encountered: