Token Binding
To change the token binding behaviour, you can change the dedicated parameter in the bundle configuration.
config/packages/webauthn.yaml
webauthn:
token_binding_support_handler: Webauthn\TokenBinding\TokenBindingNotSupportedHandler
Last modified 4mo ago