Skip to content

Commit

Permalink
AUTHENTICATOR_ATTACHMENT_CROSS_PLATFORM
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Dec 5, 2024
1 parent 2aaf8c4 commit 06842b0
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 @@ -14,7 +14,7 @@ webauthn:
challenge_length: 64
timeout: 60000
authenticator_selection_criteria:
authenticator_attachment: !php/const Webauthn\AuthenticatorSelectionCriteria::AUTHENTICATOR_ATTACHMENT_NO_PREFERENCE
authenticator_attachment: !php/const Webauthn\AuthenticatorSelectionCriteria::AUTHENTICATOR_ATTACHMENT_CROSS_PLATFORM
resident_key: !php/const Webauthn\AuthenticatorSelectionCriteria::RESIDENT_KEY_REQUIREMENT_NO_PREFERENCE
require_resident_key: false
user_verification: !php/const Webauthn\AuthenticatorSelectionCriteria::USER_VERIFICATION_REQUIREMENT_PREFERRED
Expand Down

0 comments on commit 06842b0

Please sign in to comment.