Webauthn Framework
Search…
v4.0
The project
Introduction
Web Browser Support
Installation
Contributing
Webauthn In A Nutshell
Authenticators
Ceremonies
Metadata Statement
User Verification
Extensions
Token Binding
Prerequisites
The Relying Party
Credential Source Repository
User Entity
Javascript
Pure PHP
Webauthn Server
Register Authenticators
Authenticate Your Users
Advanced Behaviours
Symfony Bundle
Bundle Installation
Credential Source Repository
User Entity Repository
Firewall
Configuration References
Advanced Behaviors
Register Additional Authenticators
Debugging
User Verification
Attestation and Metadata Statement
Authenticator Selection Criteria
Authentication without username
Extensions
Token Binding
Authenticator Counter
Dealing with “localhost”
Migration
From v3.x to v4.0
Powered By GitBook
Token Binding
To change the token binding behaviour, you can change the dedicated parameter in the bundle configuration.
config/packages/webauthn.yaml
1
webauthn:
2
token_binding_support_handler: Webauthn\TokenBinding\TokenBindingNotSupportedHandler
Copied!
Previous
Extensions
Next
Authenticator Counter
Last modified 1mo ago
Export as PDF
Copy link
Edit on GitHub