Skip to content

Attestation statement format "packed" is not supported. #716

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tydoo opened this issue May 7, 2025 · 0 comments
Open

Attestation statement format "packed" is not supported. #716

tydoo opened this issue May 7, 2025 · 0 comments

Comments

@tydoo
Copy link

tydoo commented May 7, 2025

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.

Image

webauthn.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: '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 null
                id: '%env(RELYING_PARTY_ID)%' # Please adapt the env file with the correct relaying party ID or set null
            authenticator_selection_criteria:
                require_resident_key: true
                user_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 null
            user_verification: 'required'
    controllers:
        enabled: true
        request:
            login:
                options_path: '/login/webauthn/options'
                result_path: '/login/webauthn/result'
        creation:
            from_user_account: # Endpoints accessible by the user itself
                options_path: '/account/security/devices/add/options' # Path to the creation options controller
                result_path: '/account/security/devices/add' # Path to the response controller
                user_entity_guesser: 'App\Guesser\FromQueryParameterGuesser'
                hide_existing_credentials: false

Possible Solution

No response

Additional Context

Docs 5.2 : https://webauthn-doc.spomky-labs.com/v5.2/the-project/the-project
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant