Skip to content

Commit

Permalink
add restriction when add and superset_of can be combined
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann committed Oct 30, 2024
1 parent 657084f commit 4dd0e8d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions openid-federation-1_0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2177,7 +2177,11 @@
<spanx style="verb">subset_of</spanx>.
</t>
<t>
MAY be combined with <spanx style="verb">superset_of</spanx>.
MAY be combined with <spanx style="verb">superset_of</spanx>,
in which case the result of applying the
<spanx style="verb">add</spanx> operator
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>.
Expand Down Expand Up @@ -2418,7 +2422,11 @@
Combination with other operators in a metadata parameter policy:
<list style="symbols">
<t>
MAY be combined with <spanx style="verb">add</spanx>.
MAY be combined with <spanx style="verb">add</spanx>, in
which case the result of applying the
<spanx style="verb">add</spanx> operator
MUST be a superset of the values of
<spanx style="verb">superset_of</spanx>.
</t>
<t>
MAY be combined with <spanx style="verb">default</spanx>, in
Expand Down

0 comments on commit 4dd0e8d

Please sign in to comment.