Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate CollectedClientData.crossOrigin in RP ops #2166

Merged
merged 2 commits into from
Oct 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 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,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