From 13a960e5a4c8adac400db7536a1348f76ccd0e38 Mon Sep 17 00:00:00 2001 From: joerger Date: Thu, 2 Jan 2025 10:34:23 -0800 Subject: [PATCH] Address marco's comment. --- docs/pages/includes/config-reference/auth-service.yaml | 2 +- docs/pages/reference/resources.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/includes/config-reference/auth-service.yaml b/docs/pages/includes/config-reference/auth-service.yaml index aff99b2547532..668071408f7a3 100644 --- a/docs/pages/includes/config-reference/auth-service.yaml +++ b/docs/pages/includes/config-reference/auth-service.yaml @@ -158,7 +158,7 @@ auth_service: require_session_mfa: false # second_factors is the list of allowed second factors for the cluster. - # Possible values: "otp" and "webauthn". Order does not matter. + # Possible values: "otp", "webauthn", and "sso". Order does not matter. # Defaults to ["otp"]. second_factors: ["webauthn", "otp"] diff --git a/docs/pages/reference/resources.mdx b/docs/pages/reference/resources.mdx index 35f3555076009..76b0fb598fd51 100644 --- a/docs/pages/reference/resources.mdx +++ b/docs/pages/reference/resources.mdx @@ -223,7 +223,7 @@ metadata: name: cluster-auth-preference spec: # Sets the list of allowed second factors for the cluster. - # Possible values: "otp" and "webauthn". + # Possible values: "otp", "webauthn", and "sso". # Defaults to ["otp"]. second_factors: ["webauthn", "otp"]