Skip to content

jmelberg/oidc-resource-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages