OpenId Connect Provider Python 3

oauth-2.0, openid, openid-connect, python, python-3.x

Solution

OpenID Connect Provider implementation for Django framework: https://github.com/juanifioren/django-openid-provider

It works for Python 3.4 and 2.7.

Do not hesitate to ask me if you have any further questions.

Greetings.

-Ignacio

Problem

I'm looking for a good package that can be used to implement a OpenId Connect Provider. I've found one called pyoidc but the documentation around it is not great at all. Can anyone suggest a different package or does any one have an example implementation of pyoidc?

Original source