You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the "attestation_conveyance: 'direct'" option send this error.
Without this options, its works, but without transports information.
webauthn.yaml
# Please see the following page for more information: https://webauthn-doc.spomky-labs.com/the-webauthn-server/the-symfony-way#configurationwebauthn:
credential_repository: 'App\Repository\WebauthnCredentialRepository'user_repository: 'App\Repository\WebauthnUserEntityRepository'creation_profiles:
default:
rp:
name: '%env(RELYING_PARTY_NAME)%'# Please adapt the env file with the correct relaying party ID or set nullid: '%env(RELYING_PARTY_ID)%'# Please adapt the env file with the correct relaying party ID or set nullauthenticator_selection_criteria:
require_resident_key: trueuser_verification: 'required'attestation_conveyance: 'direct'request_profiles:
default:
rp_id: '%env(RELYING_PARTY_ID)%'# Please adapt the env file with the correct relaying party ID or set nulluser_verification: 'required'controllers:
enabled: truerequest:
login:
options_path: '/login/webauthn/options'result_path: '/login/webauthn/result'creation:
from_user_account: # Endpoints accessible by the user itselfoptions_path: '/account/security/devices/add/options'# Path to the creation options controllerresult_path: '/account/security/devices/add'# Path to the response controlleruser_entity_guesser: 'App\Guesser\FromQueryParameterGuesser'hide_existing_credentials: false
Version(s) affected
5.2
Description
I try to add Yubikey
How to reproduce
the "attestation_conveyance: 'direct'" option send this error.
Without this options, its works, but without transports information.
webauthn.yaml
Possible Solution
No response
Additional Context
Docs 5.2 : https://webauthn-doc.spomky-labs.com/v5.2/the-project/the-project

The text was updated successfully, but these errors were encountered: