Skip to content

How can I integrate FIDO2 user data in SQL Server? #493

Answered by Regenhardt
wayne362066 asked this question in Q&A
Discussion options

You must be logged in to vote

User data in general has to already exist in the DB in order to add the FIDO2 credentials.

You can clone this repository and look at one of the example apps. There you can check the UserController to trace what is stored when a credential is created. For dev/demo purposes there is a type StoredCredential, which shows what data you need in your database.

When actually implementing it though, maybe wait until release 4.0.0 is out, as there have been quite a few breaking changes on the API where you'd have to rename stuff if you built something around the v3 NuGet packages.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by wayne362066
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #490 on January 15, 2024 17:30.