New

Webauthn

  Monday, 28 April 2025
  10 Replies
  60 Visits
  Subscribe
Huge thanks for implementing the Webauthn feature! It's incredibly easy to use – really appreciate it.

I am currently experimenting with it. As a user can hhave multiple devices more than one credentials per user may occur. When registering, I will store the credentials in WebAuthnServerWebAuthnAuthenticationRequest the with key aCredentialRecord.FCredentialID and a link to the user. I understood that this ID is unique for every credential even if user name and user id are identical.

I am currently struggling with the authentification. Here I only see the user name in the request. Is it possible to somehow either get the CredentialID or find the correct credential record.

Any help is very appreciated! Thanks in advance.

Michael