Silent authentication using Okta WebAuthn
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.
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.