jmelberg / oidc-resource-server

Example OpenID Connect Key Validation Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oidc-demo-server

Running the Server:

  • 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 project oidc_server and run with the command
python manage.py runserver

About

Example OpenID Connect Key Validation Server


Languages

Language:Python 100.0%