horizon/openstack_auth/plugin
Benjamin Lasseye cb74c8c08f 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
2023-08-18 12:02:25 +00:00
..
__init__.py Add TOTP support 2023-08-18 12:02:25 +00:00
base.py Add TOTP support 2023-08-18 12:02:25 +00:00
k2k.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
password.py Drop deprecated Keystone V2 API support 2019-09-12 17:15:07 +00:00
token.py Drop deprecated Keystone V2 API support 2019-09-12 17:15:07 +00:00
totp.py Add TOTP support 2023-08-18 12:02:25 +00:00