-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Automatic ODRL Policy Template Validation #101
Labels
enhancement
New feature or request
Comments
@MaximilianHauer is this issue still relevant for the 24.12 implementation? cc: @Phil91 |
version removed. currently discussion ongoing regarding oldr. |
@DanielaWuensch i assume we should track this topic in regards of the TAP 7.6 ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
The policy hub is planning to introduce a new feature called "automatic odrl policy template validation". This feature will allow users or systems to submit ODRL Policy Templates to the policy hub via the REST API. The policy hub will then validate the correctness of the template and provide a response to the user or system.
The possible responses from the policy hub include:
Please note that the policy hub can provide additional responses beyond the ones mentioned above.
Note - a similar implementation exists inside the authority & schema registry - please check the implementation details and likely use similar logic for the policy hub scenario. More information can be found at [this link](https://github.com/eclipse-tractusx/ssi-authority-schema-registry/issues/11).
To support all scenarios the response should never be a html error response. Instead we need an actual Payload information response to the user.
Acceptance Criteria
Standard ODRL Structure expected
Validation Rules
The text was updated successfully, but these errors were encountered: