Silent authentication using Okta WebAuthn

Shishir Sasal 1 Reputation point
2022-04-20T17:06:49.2+00:00

Hi All,

We have a web application which i am trying to implement SSO using Okta for one of our client.
I am trying to implement WebAuthn integrating with Okta for SSO. I am refering the links below for my implementation. Windows Hello is used as the authenticator for WebAuthn here.

how-to-use-webauthn-csharp-dotnet
According to WebAuthn javascript api , when we try to get the user assertion using the navigator.credentials.get , if proper options are passed as shown below with userVerification property.

194730-image.png

Expected:
it should not ask for user interaction.

Actual:
It asks for windows hello fingerprint from user, when user is alredy logged into his windows machine using the same windows hello finger print.

194729-image.png

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,251 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,230 questions
0 comments No comments
{count} votes