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

Add publicKey and publicKeyAlgorithm to AuthenticatorAssertionResponseJSON #2105

Closed
zacknewman opened this issue Jul 24, 2024 · 3 comments
Closed

Comments

@zacknewman
Copy link
Contributor

publicKey and publicKeyAlgorithm were added to AuthenticatorAttestationResponseJSON in order to easily access credential data. Attestation can also occur during authentication and is why AuthenticatorAssertionResponseJSON has a field for attestationObject. Does it not make sense to also add publicKey and publicKeyAlgorithmpublicKeyAlgorithm would not be required like it is for AuthenticatorAttestationResponseJSON—to AuthenticatorAssertionResponseJSON as well?

@emlun
Copy link
Member

emlun commented Jul 24, 2024

Assertion-time attestation, and thus the attestationObject and related fields of AuthenticatorAssertionResponse and its JSON counterpart, were removed in PR #1997.

For proposals on spec revisions, please refer to the editor's draft rather than the versioned snapshots.

@zacknewman
Copy link
Contributor Author

Apologize for referencing the versioned snapshot.

@emlun
Copy link
Member

emlun commented Jul 25, 2024

No worries! Spec work can be confusing at the best of times.

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

No branches or pull requests

2 participants