Skip to content
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

Policy Operators: allow combiniation of value with other operators if values dont conflict #112

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions openid-federation-1_0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2117,6 +2117,34 @@
<t>
Combination with other operators in a metadata parameter policy:
<list style="symbols">
<t>
MAY be combined with <spanx style="verb">add</spanx>,
in which case the values of <spanx style="verb">add</spanx>
MUST be a subset of the values of
<spanx style="verb">value</spanx>.
</t>
<t>
MAY be combined with <spanx style="verb">default</spanx>,
in which case the value of <spanx style="verb">default</spanx>
is ignored.
</t>
<t>
MAY be combined with <spanx style="verb">one_of</spanx>,
in which case the <spanx style="verb">value</spanx> value
MUST be among the <spanx style="verb">one_of</spanx> values.
</t>
<t>
MAY be combined with <spanx style="verb">subset_of</spanx>,
in which case the values of <spanx style="verb">value</spanx>
MUST be a subset of the values of
<spanx style="verb">subset_of</spanx>.
</t>
<t>
MAY be combined with <spanx style="verb">superset_of</spanx>,
in which case the values of <spanx style="verb">value</spanx>
MUST be a superset of the values of
<spanx style="verb">superset_of</spanx>.
</t>
<t>
MAY be combined with <spanx style="verb">essential</spanx>.
</t>
Expand Down Expand Up @@ -2167,6 +2195,9 @@
<t>
Combination with other operators in a metadata parameter policy:
<list style="symbols">
<t>
MAY be combined with <spanx style="verb">value</spanx>.
</t>
<t>
MAY be combined with <spanx style="verb">default</spanx>.
</t>
Expand Down Expand Up @@ -2225,6 +2256,12 @@
<t>
Combination with other operators in a metadata parameter policy:
<list style="symbols">
<t>
MAY be combined with <spanx style="verb">value</spanx>,
in which case the values of <spanx style="verb">add</spanx>
MUST be a subset of the values of
<spanx style="verb">value</spanx>.
</t>
<t>
MAY be combined with <spanx style="verb">add</spanx>.
</t>
Expand Down Expand Up @@ -2292,6 +2329,11 @@
<t>
Combination with other operators in a metadata parameter policy:
<list style="symbols">
<t>
MAY be combined with <spanx style="verb">value</spanx>,
in which case the value of <spanx style="verb">value</spanx>
MUST be among the <spanx style="verb">one_of</spanx> values.
</t>
<t>
MAY be combined with <spanx style="verb">default</spanx>,
in which case the value of default MUST be among the
Expand Down Expand Up @@ -2352,6 +2394,12 @@
<t>
Combination with other operators in a metadata parameter policy:
<list style="symbols">
<t>
MAY be combined with <spanx style="verb">value</spanx>,
in which case the values of <spanx style="verb">value</spanx>
MUST be a subset of the values of
<spanx style="verb">subset_of</spanx>.
</t>
<t>
MAY be combined with <spanx style="verb">add</spanx>, in
which case the values of <spanx style="verb">add</spanx>
Expand Down Expand Up @@ -2420,6 +2468,12 @@
<t>
Combination with other operators in a metadata parameter policy:
<list style="symbols">
<t>
MAY be combined with <spanx style="verb">value</spanx>,
in which case the values of <spanx style="verb">value</spanx>
MUST be a superset of the values of
<spanx style="verb">superset_of</spanx>.
</t>
<t>
MAY be combined with <spanx style="verb">add</spanx>, in
which case the values of <spanx style="verb">add</spanx>
Expand Down