You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From Quarkus 2.9.0, security-webauthn introduced quarkus.webauthn.relying-party.icon configuration property as a preview feature.
But W3C WebAuthn specification already deleted icon from PublicKeyCredentialEntity, and no browsers support the icon option, the configuration property should be removed or deprecated.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered:
Description
From Quarkus 2.9.0, security-webauthn introduced
quarkus.webauthn.relying-party.icon
configuration property as a preview feature.But W3C WebAuthn specification already deleted
icon
fromPublicKeyCredentialEntity
, and no browsers support the icon option, the configuration property should be removed or deprecated.Implementation ideas
No response
The text was updated successfully, but these errors were encountered: