Skip to content

Commit

Permalink
Change WebAuthn config
Browse files Browse the repository at this point in the history
1. The attestation conveyance is reset to NONE, it was previously
   enabled to allow for vendor certificate based attestation.
  • Loading branch information
MKodde committed Apr 16, 2024
1 parent 530294e commit 13f1cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/packages/webauthn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ webauthn:
require_resident_key: false
user_verification: !php/const Webauthn\AuthenticatorSelectionCriteria::USER_VERIFICATION_REQUIREMENT_PREFERRED
# this is needed for SURFsecureID as we want to whitelist authenticators by vendor/certification (default is none)
attestation_conveyance: !php/const Webauthn\PublicKeyCredentialCreationOptions::ATTESTATION_CONVEYANCE_PREFERENCE_DIRECT
attestation_conveyance: !php/const Webauthn\PublicKeyCredentialCreationOptions::ATTESTATION_CONVEYANCE_PREFERENCE_NONE
request_profiles:
default:
challenge_length: 64
Expand Down

0 comments on commit 13f1cf8

Please sign in to comment.