horizon/openstack_auth/tests/unit
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 openstack_auth: Move test files to match module structure 2017-12-09 21:37:12 +09:00
test_auth.py Add TOTP support 2023-08-18 12:02:25 +00:00
test_password.py Add a unit test for the password change form 2022-02-14 13:51:55 -06:00
test_policy.py Use override_settings decorator consistently 2021-02-04 14:44:25 +09:00
test_user.py Use unittest.mock instead of third party mock 2020-03-26 19:45:37 +02:00
test_utils.py Use python3-style super() 2020-10-15 14:37:20 +09:00
test_views.py Added validation for csrf_failure GET argument 2020-10-12 14:37:07 +03:00