Files
archived-recipes-contrib/web-auth/webauthn-symfony-bundle/3.0/config/packages/webauthn.yaml
Florent Morselli 4b1ab2fdd1 Typo fixed (#1513)
2023-05-12 15:54:23 -04:00

14 lines
889 B
YAML

# Please see the following page for more information: https://webauthn-doc.spomky-labs.com/the-webauthn-server/the-symfony-way#configuration
webauthn:
credential_repository: 'Webauthn\Bundle\Repository\DummyPublicKeyCredentialSourceRepository' # CREATE YOUR REPOSITORY AND CHANGE THIS!
user_repository: 'Webauthn\Bundle\Repository\DummyPublicKeyCredentialUserEntityRepository' # CREATE YOUR REPOSITORY AND CHANGE THIS!
creation_profiles:
default:
rp:
name: '%env(RELYING_PARTY_NAME)%' # Please adapt the env file with the correct relaying party ID or set null
id: '%env(RELYING_PARTY_ID)%' # Please adapt the env file with the correct relaying party ID or set null
request_profiles:
default:
rp_id: '%env(RELYING_PARTY_ID)%' # Please adapt the env file with the correct relaying party ID or set null