Skip to content

Commit

Permalink
Validate CollectedClientData.crossOrigin in RP ops
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Oct 1, 2024
1 parent efdf948 commit 561144e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5939,6 +5939,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 @@ -6162,6 +6166,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 this credential to be used within an iframe that is not [=same-origin with its ancestors=].
Expand Down

0 comments on commit 561144e

Please sign in to comment.