Skip to content

IAEA INFERNO PPS Multi-Factor Authentication Access Control Panel Flask files and installation guide

Notifications You must be signed in to change notification settings

ait-cs-IaaS/pps-mfa-acp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Physical Protection System (PPS) Multi-Factor Authentication (MFA) Access Control Panel (ACP)

Description and Purpose

This is a Flask server designed to forward MFA inputs to the Central Access Control System (CACS)

The server has receives the following JSON data (shown as python code):

data = {
        "employee_id":<integer>,
        "pin":<integer>,
        "image":<base64_encoded_image>
    }

The request is then forwarded to the CACS.

Installation Instructions

Python Version: 3.8.10

APT Extras: None

PIP Packages:

pip install requirements.txt

Directory Structure

log - folder containing log files

Starting the Server

python3 acp.py

About

IAEA INFERNO PPS Multi-Factor Authentication Access Control Panel Flask files and installation guide

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages