-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
Using Fido2NetLib with Microsoft Identity ASP.NET Core 6.0 #280
Comments
It works for me in .NET 6.0 I suspect there is a json serialisation issue. |
I have an example of this working here: https://github.com/damienbod/AspNetCoreIdentityFido2Mfa maybe you can compare Greetings Damien |
I tried the same approach with ASP.NET Core 6 and ran into the same sort of serialization issues. I managed to get the default serializer to serialize to string, but the values don't match what is expected. I guess it's due to serialization settings. But after comparing your sources to mine @damienbod I can't find any custom serialization settings in your sample. Are you using NewtonSoft or System.Text.Json? |
Turns out, you need to call |
Yes, we are in need of some update docs. Does anyone want to do a PR? |
I'll take a look and create a PR. I'm in the process of writing a blogpost, so it's the right timing :-) |
@wmeints I updated my identity samples and use System.Text.Json |
Do you still need the update for the docs? |
I believe so, this is a great package and more docs would be great |
I am using Fido2NetLib with Microsoft Identity ASP.NET Core 6.0 and implemented a sample project using the demo code and samples supplied from this GitHub.
When trying to register a user I am getting the following error:
The values being passed are:
Can someone give me any indicator what might be issue?
The text was updated successfully, but these errors were encountered: