Token binding handler added

This commit is contained in:
Spomky
2020-01-07 22:16:28 +01:00
parent 882358a952
commit e80d81fbe7
@@ -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'