Skip to content

mark-burnett/oidc-skeleton

Repository files navigation

OpenID Connect Skeleton

Build Status Coverage Status

Description

This repo is for exploring how to implement an OpenID Connect provider and consumers using oauthlib.

The repo has several components:

  • s_auth - the OpenID Connect Provider (web service)
  • s_client - an OpenID Connect Relying Party (web service), which also stores some resources
  • s_resource - a resource server (web service)
  • s_user - an SDK for this pretend web app
  • s_common - misc. code used by one or more of the above modules

To run tests:

$ pip install tox
$ tox

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published