Attestation and Metadata Statement
webauthn:
metadata_service:
enabled: true
repository: 'App\Repository\MyMetadataStatementRepository'Credential Creation Options
webauthn:
credential_repository: ...
user_repository: ...
creation_profiles:
acme:
attestation_conveyance: !php/const Webauthn\PublicKeyCredentialCreationOptions::ATTESTATION_CONVEYANCE_PREFERENCE_DIRECT
rp:
name: 'My application'
id: 'example.com'Last updated
Was this helpful?