For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Was this helpful?