Milestone 6 Federated Identity Lab SEC‐440 - DefiantCoder/Tech-Journals GitHub Wiki

440-Home

Step 1

  • Navigate in github to Settings > Developer Settings > OAuth Application to create your OAuth as shown

image

Step 2

  • we need to install the following so that we can create our Flask web app

  • These are the prerequisites to install

sudo apt update
sudo apt install python3-pip build-essential libffi-dev python3-dev python3-setuptools libssl-dev
sudo apt install python3.10-venv
  • The virtual enviornment package
pip3 install virtualenvwrapper
  • now we need an oauthlab dir and cd to that directory where we will make a creds.json file which will contain the following code: image

image