- The server is built using
Python 2.7
- Install dependencies with Homebrew and pip:
brew install django
pip install requests
pip install PyJWT
pip install python-jose
cd
into the projectoidc_server
and run with the command
python manage.py runserver
Example OpenID Connect Key Validation Server
Python 2.7
brew install django
pip install requests
pip install PyJWT
pip install python-jose
cd
into the project oidc_server
and run with the commandpython manage.py runserver
Example OpenID Connect Key Validation Server