Skip to content

Commit

Permalink
Makes value + default a conditional combination (issue openid#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdzhuvinov committed Jan 17, 2025
1 parent 7f2f05c commit 0fc2437
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions openid-federation-1_0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2098,7 +2098,9 @@
<spanx style="verb">value</spanx>.
</t>
<t>
MAY be combined with <spanx style="verb">default</spanx>.
MAY be combined with <spanx style="verb">default</spanx>
if the value of <spanx style="verb">value</spanx> is not
null.
</t>
<t>
MAY be combined with <spanx style="verb">one_of</spanx>,
Expand Down Expand Up @@ -2229,7 +2231,9 @@
Combination with other operators in a metadata parameter policy:
<list style="symbols">
<t>
MAY be combined with <spanx style="verb">value</spanx>.
MAY be combined with <spanx style="verb">value</spanx>
if the value of <spanx style="verb">value</spanx> is not
null.
</t>
<t>
MAY be combined with <spanx style="verb">add</spanx>.
Expand Down Expand Up @@ -10089,13 +10093,13 @@ Host: op.umu.se
Addresses #11:

Allows the following unconditional operator combinations:
value + default, add + superset_of.
add + superset_of.

Makes the following previously conditional operator combinations unconditional:
default + one_of, default + subset_of, default + superset_of.

Allows the following conditional operator combinations:
value + add, value + one_of, value + subset_of, value + superset_of.
value + add, value + default, value + one_of, value + subset_of, value + superset_of.
</t>
<t>
Addresses #129: Clarifies that the combination rules for a metadata
Expand Down

0 comments on commit 0fc2437

Please sign in to comment.