Skip to content

Commit

Permalink
Makes value + essential combination conditional (issue openid#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdzhuvinov committed Jan 17, 2025
1 parent 0fc2437 commit dd97c75
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions openid-federation-1_0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2120,7 +2120,9 @@
<spanx style="verb">superset_of</spanx>.
</t>
<t>
MAY be combined with <spanx style="verb">essential</spanx>.
MAY be combined with <spanx style="verb">essential</spanx>,
except when <spanx style="verb">value</spanx> is null and
<spanx style="verb">essential</spanx> is true.
</t>
</list>
</t>
Expand Down Expand Up @@ -2493,6 +2495,11 @@
<t>
Combination with other operators in a metadata parameter policy:
<list style="symbols">
<t>
MAY be combined with <spanx style="verb">value</spanx>,
except when <spanx style="verb">value</spanx> is null and
<spanx style="verb">essential</spanx> is true.
</t>
<t>
MAY be combined with any other operator.
</t>
Expand Down Expand Up @@ -10090,14 +10097,17 @@ Host: op.umu.se
-42
<list style="symbols">
<t>
Addresses #11:
Addresses #11, #180:

Allows the following unconditional operator combinations:
add + superset_of.

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

Makes the following previously unconditional operator combination conditional:
value + essential.

Allows the following conditional operator combinations:
value + add, value + default, value + one_of, value + subset_of, value + superset_of.
</t>
Expand Down

0 comments on commit dd97c75

Please sign in to comment.