Files
Livio Spring 8d4f6082ca fix(authz): ignore unready auth methods for mfa requirement check (#11056)
# Which Problems Are Solved

The recent
[fix](2a7db64881)
made sure the Zitadel API always requires MFA if a user has set up so
even though not required by the login policy. After the deployment,
multiple users reached out that also users without any MFA set up got
the corresponding `[permission_denied] mfa required (AUTHZ-KI3p0)`error.

# How the Problems Are Solved

- Only check the set up factors with are verified and ready to use.
Ignore all unready auth methods.

# Additional Changes

None

# Additional Context

- relates to
2a7db64881
- closes https://github.com/zitadel/zitadel/issues/11055
- requires backport to v2.71.x, v3.x and v4.x

(cherry picked from commit e4a959c321)
2025-11-11 10:33:18 +01:00
..
2025-04-02 16:53:06 +02:00
2025-06-27 17:25:44 +02:00
2025-03-31 12:45:11 +02:00
2025-04-02 16:53:06 +02:00
2025-04-02 16:53:06 +02:00