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

Allow for credential creation in a cross-origin iframe #1

Closed
wants to merge 1 commit into from

Conversation

stephenmcgruer
Copy link
Owner

@stephenmcgruer stephenmcgruer commented Jul 13, 2022

See w3c#1656

This PR adds the ability to call navigator.credentials.create() in a cross-origin
iframe (more exactly, a frame that is not same-origin with its ancestor chain),
as long as the following conditions are met:

  • The iframe has a publickey-credentials-create-feature permission policy
  • The iframe has a user activation

It has a corresponding PR on the credential management spec; see [TODO]

@stephenmcgruer stephenmcgruer force-pushed the smcgruer/publickey-credentials-create branch from 33ffb60 to b19bdd7 Compare September 13, 2022 23:39
@stephenmcgruer
Copy link
Owner Author

Superceded by w3c#1801

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant