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

Return public key in attestedCredentialData on authenticatorGetAssertion #1928

Closed
hariria opened this issue Jul 25, 2023 · 3 comments
Closed
Assignees

Comments

@hariria
Copy link

hariria commented Jul 25, 2023

Proposed Change

I was curious why the attestedCredentialData in the authenticatorGetAssertion never included the public key of the credential.

It includes the credential ID, but not the public key, which is arguably much more important for verifying the signature. Is there some way to perhaps force bit 6 of the flags to be true so as to require the public key to be returned in the Attested credential data?

@timcappalli
Copy link
Member

timcappalli commented Jul 26, 2023

The server (RP) stores the public key (along with the credential ID) after a registration ceremony. There is no need to include it an authentication ceremony as the server has everything it needs to validate the signature.

@emlun
Copy link
Member

emlun commented Jul 26, 2023

In fact it would be very bad to include the public key along with the assertion signature, because that would create an opportunity for confusing an RP with a valid signature by a different key than the one originally associated with the credential ID. The RP really should retrieve the public key from its own storage, to ensure that the mapping between credential ID and public key remains correct.

@emlun
Copy link
Member

emlun commented Aug 16, 2023

The WG believes we've answered the question, and there seems to be nothing more to discuss here. Please let us know if there is more to discuss.

@emlun emlun closed this as completed Aug 16, 2023
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

3 participants