We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue is to track the change discussed in the last WebAuthn call about adding the following for cross-origin GET in an frame:
topOrigin
This will match the changes being added in #1801 for create. PR coming in the next few weeks.
The text was updated successfully, but these errors were encountered:
In the latest editor's draft, topOrigin is missing in the get method's processing step 10.
get
Let collectedClientData be a new CollectedClientData instance whose fields are: type The string "webauthn.get". challenge The base64url encoding of pkOptions.challenge origin The serialization of callerOrigin. crossOrigin The inverse of the value of the sameOriginWithAncestors argument passed to this internal method.
Sorry, something went wrong.
Good catch @Kieun! TYVM. Addressed in #1891
timcappalli
No branches or pull requests
This issue is to track the change discussed in the last WebAuthn call about adding the following for cross-origin GET in an frame:
add top origin ((done in Allow for credential creation in a cross-origin iframe #1801)topOrigin
), aka what's shown to the user in the browser bar, to clientDataThis will match the changes being added in #1801 for create. PR coming in the next few weeks.
The text was updated successfully, but these errors were encountered: