Skip to content

wasatchinfotech/idme-fed-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ID.me Authentication

ID.me authentication and verification starter project using python custom lib.

Installation

  python --version
  python -m pip install Django
  pip install mozilla-django-oidc django-environ 
  django-admin startproject idmeapp
  python manage.py startapp auth
  python manage.py runserver
  python manage.py makemigrations
  python manage.py migrate

VS code steps.

Click on the search window.

Search

Select Python:Create Environment

Python Selection

Select Environment Type

Virtual Environment

Python Interpreter version selection.

Python Version

VS Virtual Environment.

Editor Venv

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

OIDC_RP_CLIENT_ID

OIDC_RP_CLIENT_SECRET

Demo

Landing page, click on the link for login.

Home

ID.me account login page with credentials.

Login

After providing correct credentials this will trigger MFA with registered phone number.

Phone

Enter the code for authentication.

Code

After successfully authentication application will show account information page.

Account Info

Documentation

Documentation

Support

For support, email [email protected]

About

ID.me authentication and verification starter project using python custom lib.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published