Web Access Control 2.0: Secure Authorization Conditions#1
Open
melvincarvalho wants to merge 11 commits intomainfrom
Open
Web Access Control 2.0: Secure Authorization Conditions#1melvincarvalho wants to merge 11 commits intomainfrom
melvincarvalho wants to merge 11 commits intomainfrom
Conversation
Co-authored-by: Jesse Wright <63333554+jeswr@users.noreply.github.com>
Co-authored-by: Christoph Braun <braun@kit.edu>
Co-authored-by: Christoph Braun <braun@kit.edu>
Changes from PR solid#134: - Fail-closed evaluation: unsupported condition types make the Authorization non-applicable (instead of being silently ignored) - Write-time validation: server SHOULD respond 422 when ACL contains unsupported condition types - Monotonicity: adding a condition can only restrict access, never expand - Migration safety: less-capable servers deny rather than expand access All other aspects of PR solid#134 are preserved: condition syntax, capability discovery, Client/Issuer conditions, conjunctive evaluation.
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR applies PR solid#134's authorization conditions with secure evaluation semantics.
Changes from PR solid#134 (10 insertions, 9 deletions):
422 Unprocessable Entitywhen ACL contains unsupported condition typesAll other aspects preserved:
acl:conditionsyntax, capability discovery via Link headers,acl:ClientCondition,acl:IssuerCondition, conjunctive evaluation.Background