Yes, this should be the expected flow, but it is n...
# general
w
Yes, this should be the expected flow, but it is not. I am using the
code
method as the primary method and TOTP as 2FA. After enabling TOTP for a user, I am still getting status code 200 for AAL1. Instead, I should be receiving an error here. my method
Copy code
methods:
    oidc:
      enabled: false
    webauthn:
      enabled: false
    totp:
      enabled: true

    code:
      passwordless_enabled: true
      mfa_enabled: false
      enabled: true
      config:
        lifespan: 15m