diff --git a/web-auth/webauthn-symfony-bundle/3.0/config/webauthn.yaml b/web-auth/webauthn-symfony-bundle/3.0/config/webauthn.yaml index f269f575..2a912843 100644 --- a/web-auth/webauthn-symfony-bundle/3.0/config/webauthn.yaml +++ b/web-auth/webauthn-symfony-bundle/3.0/config/webauthn.yaml @@ -2,6 +2,7 @@ webauthn: # logger: null credential_repository: 'Webauthn\Bundle\Repository\DummyPublicKeyCredentialSourceRepository' # CREATE YOUR REPOSITORY AND CHANGE THIS! user_repository: 'Webauthn\Bundle\Repository\DummyPublicKeyCredentialUserEntityRepository' # CREATE YOUR REPOSITORY AND CHANGE THIS! + token_binding_support_handler: 'Webauthn\TokenBinding\IgnoreTokenBindingHandler' creation_profiles: default: rp: @@ -32,6 +33,11 @@ webauthn: request_profiles: default: rp_id: '%env(RELAYING_PARTY_ID)%' # Please adapt the env file with the correct relaying party ID or set null +# challenge_length: 32 +# timeout: 60000 +# user_verification: !php/const Webauthn\AuthenticatorSelectionCriteria::USER_VERIFICATION_REQUIREMENT_PREFERRED +# extensions: +# loc: true # metadata_service: # enabled: false # repository: 'App\Repository\MetadataStatementRepository'