You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the yubico developers document, for WebAuthn Client Registration flow The Relying Party (RP) builds an instance of the PublicKeyCredentialCreationOptions and returns it to the client. The instance contains information about the user, the RP and the type of credential desired.
Please refer to the Following example for Parsed PublicKeyCredentialCreationOptions.
As in the current YubiKit library most of the parameters can be found, but I couldn’t figure out how to pass the following parameters:
attestation
authenticatorAttachment
timeout
Few other required information :
Does YubiKit has something similar to FIDO2CommandCancel (FIDO2 command cancel operation), if yes how to make use of it ?
Does YubiKit has support for CancellationId (Cancellation ID) ?
Does YubiKit has support User Verification options and if yes, how to pass the possible options like : “preferred”, “required”, or “discouraged” ?.
How does YubiKit library allow passing the required option for Credential Protection Extensions like “userVerificationOptional” , “userVerificationOptionalWithCredentialIDList “, “userVerificationRequired” in case we want to control the behaviour ?
Would like to get clarified on the "hmac-secret” extensions as how to pass this as a parameter/ key-value pair.
It would be great if someone can provide some inputs on the above. Please let me know if need more clarity on any of the above queries.
The text was updated successfully, but these errors were encountered:
As per the yubico developers document, for WebAuthn Client Registration flow The Relying Party (RP) builds an instance of the PublicKeyCredentialCreationOptions and returns it to the client. The instance contains information about the user, the RP and the type of credential desired.
Please refer to the Following example for Parsed PublicKeyCredentialCreationOptions.
As in the current YubiKit library most of the parameters can be found, but I couldn’t figure out how to pass the following parameters:
Few other required information :
It would be great if someone can provide some inputs on the above. Please let me know if need more clarity on any of the above queries.
The text was updated successfully, but these errors were encountered: