Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 299 Bytes

token-binding.md

File metadata and controls

10 lines (8 loc) · 299 Bytes

Token Binding

To change the token binding behaviour, you can change the dedicated parameter in the bundle configuration.

{% code title="config/packages/webauthn.yaml" %}

webauthn:
    token_binding_support_handler: Webauthn\TokenBinding\TokenBindingNotSupportedHandler

{% endcode %}