Skip to content

Commit

Permalink
Merge pull request #2166 from w3c/issue-2113-rp-ops-crossOrigin
Browse files Browse the repository at this point in the history
Validate CollectedClientData.crossOrigin in RP ops
  • Loading branch information
emlun authored Oct 28, 2024
2 parents d6b0d2c + aa8728a commit 3c506d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5948,6 +5948,10 @@ a numbered step. If outdented, it (today) is rendered as a bullet in the midst o
See [[#sctn-validating-origin]] for guidance.
</li>

1. If <code>|C|.{{CollectedClientData/crossOrigin}}</code> is present and set to [TRUE],
verify that the [=[RP]=] expects that this credential would have been created within an iframe
that is not [=same-origin with its ancestors=].

1. If <code>|C|.{{CollectedClientData/topOrigin}}</code> is present:

1. Verify that the [=[RP]=] expects that this credential would have been created within an iframe that is
Expand Down Expand Up @@ -6179,6 +6183,9 @@ a numbered step. If outdented, it (today) is rendered as a bullet in the midst o
See [[#sctn-validating-origin]] for guidance.
</li>

1. If <code>|C|.{{CollectedClientData/crossOrigin}}</code> is present and set to [TRUE],
verify that the [=[RP]=] expects this credential to be used within an iframe that is not [=same-origin with its ancestors=].

1. If <code>|C|.{{CollectedClientData/topOrigin}}</code> is present:

1. Verify that the [=[RP]=] expects this credential to be used within an iframe that is not [=same-origin with its ancestors=].
Expand Down

0 comments on commit 3c506d4

Please sign in to comment.