A Python OpenID Connect implementationΒΆ

This is a complete implementation of OpenID Connect as specified in the OpenID Connect Core specification. And as a side effect, a complete implementation of OAuth2.0 too.

Getting a copy is simple with Pip:

$ pip install oic
Fork me on GitHub