mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Token binding handler added
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user