Replies: 1 comment
-
Very late reply but:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The id used to store a
WebAuthnCredential
is generated by the client (e.g. browser ), as explained in the spec.As I understand, as part of the sign-in ceremony, the client will look for all credentials stored locally for a given relyingparty (e.g. domain), and give the user the option to select one to use to authenticate.
Then, the client will send the data of the credential selected by the user to the server.
This data contains :
Two questions on this thinking (assuming I wrote it correctly):
Beta Was this translation helpful? Give feedback.
All reactions