Skip to content

vrushch/gui_for_mfa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUI for MFA using IBM Security Verify

Using curl/REST API's of IBM Security Verify GUI is made for multi factor authentication

Pre-requisite - python >= 3.6

requirements -

  1. python -m pip install PySimpleGUI
  2. python -m pip install requests

How to Run -

  1. edit secrets.json file with your client id , client secret and tenant name
  2. python gui.py

currently first factor authenication is done using a single password and In second factor authentication API's are used.
first_factor_password is Passw0rd . you can change it in gui.py (change this line , first_factor_password = "Passw0rd").

demo for email otp

email otp demo

demo for sms otp

sms otp demo

Note: The project list easy step of implementation and is DO-IT-YOURSELF (DIY). It is avalaible ‘as is’ with no formal support from IBM. You are also welcome & encouraged to contribute to the project.

About

Using curl/REST API's of IBM Security Verify GUI is made for multi factor authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages