Comment 1 for bug 2030477

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.opendev.org/c/openstack/horizon/+/885570
Committed: https://opendev.org/openstack/horizon/commit/cb74c8c08f44a227e5f5f51fef8ea670d34e9f11
Submitter: "Zuul (22348)"
Branch: master

commit cb74c8c08f44a227e5f5f51fef8ea670d34e9f11
Author: Benjamin Lasseye <email address hidden>
Date: Thu Jun 8 07:00:33 2023 +0000

    Add TOTP support

    This patch adds support for MFA TOTP on openstack dashboard.
    A new configuration variable OPENSTACK_KEYSTONE_MFA_TOTP_ENABLED
    was added false by default.
    If enabled, users needing TOTP are prompted with a new form.
    keystone doc: https://docs.openstack.org/keystone/latest/admin/auth-totp.html
    Demonstration video : https://youtu.be/prDJJdFoMpM

    Change-Id: I1047102a379c8a900a5e6840096bb671da4fd2ff
    Blueprint: #totp-support
    Closes-Bug: #2030477