Skip to content

Commit

Permalink
Do not require pin
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Apr 12, 2024
1 parent cffd5ea commit 1a4e568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/packages/webauthn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ webauthn:
authenticator_selection_criteria:
authenticator_attachment: !php/const Webauthn\AuthenticatorSelectionCriteria::AUTHENTICATOR_ATTACHMENT_NO_PREFERENCE
require_resident_key: false
user_verification: !php/const Webauthn\AuthenticatorSelectionCriteria::USER_VERIFICATION_REQUIREMENT_PREFERRED
user_verification: !php/const Webauthn\AuthenticatorSelectionCriteria::USER_VERIFICATION_REQUIREMENT_DISCOURAGED
# 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
request_profiles:
default:
challenge_length: 64
timeout: 30000
user_verification: !php/const Webauthn\AuthenticatorSelectionCriteria::USER_VERIFICATION_REQUIREMENT_PREFERRED
user_verification: !php/const Webauthn\AuthenticatorSelectionCriteria::USER_VERIFICATION_REQUIREMENT_DISCOURAGED

metadata:
enabled: true
Expand Down

0 comments on commit 1a4e568

Please sign in to comment.