Skip to content

Commit

Permalink
Clarify second_factors reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerger committed Nov 14, 2024
1 parent 80ef4ca commit 57019df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/includes/config-reference/auth-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ auth_service:
require_session_mfa: false

# second_factors is the list of allowed second factors for the cluster.
# Possible values: "otp" and "webauthn".
# Possible values: "otp" and "webauthn". Order does not matter.
# Defaults to ["otp"].
second_factors: ["otp"]
second_factors: ["webauthn", "otp"]

# second_factor can be 'on', 'otp' or 'webauthn'.
# - 'on' requires either otp or webauthn second factor.
Expand Down

0 comments on commit 57019df

Please sign in to comment.