Browse Source

Disable MFA configuration in config-dev.yaml (#4672)

Comment out multi-factor authentication configuration.

Signed-off-by: Maksim Nabokikh <maksim.nabokikh@flant.com>
pull/4673/head
Maksim Nabokikh 1 week ago committed by GitHub
parent
commit
3b5be6a876
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 12
      examples/config-dev.yaml

12
examples/config-dev.yaml

@ -140,12 +140,12 @@ telemetry:
# Multi-factor authentication configuration.
# Requires DEX_SESSIONS_ENABLED=true feature flag.
mfa:
authenticators:
- id: totp-1
type: TOTP
config:
issuer: "dex-1"
# mfa:
# authenticators:
# - id: totp-1
# type: TOTP
# config:
# issuer: "dex-1"
# # Optional: limit this authenticator to specific connector types (e.g., ldap, oidc, saml).
# # If omitted or empty, applies to all connector types.
# # It is recommended to use this option to prevent MFA from being used for connectors

Loading…
Cancel
Save