mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-23 09:36:49 +00:00
# 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 to2a7db64881- closes https://github.com/zitadel/zitadel/issues/11055 - requires backport to v2.71.x, v3.x and v4.x (cherry picked from commite4a959c321)