ID.me authentication and verification starter project using python custom lib.
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 migrateClick on the search window.
Select Python:Create Environment
Select Environment Type
Python Interpreter version selection.
VS Virtual Environment.
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
Landing page, click on the link for login.
ID.me account login page with credentials.
After providing correct credentials this will trigger MFA with registered phone number.
Enter the code for authentication.
After successfully authentication application will show account information page.
For support, email [email protected]









