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. .. _OpenID Connect Core specification: http://openid.net/specs/openid-connect-core-1_0.html Getting a copy is simple with Pip_: .. _Pip: http://pip.pypa.io/ :: $ pip install oic .. toctree:: :maxdepth: 1 examples/op examples/rp examples/cookbook examples/docker examples/tls contrib/install contrib/settings contrib/testing contrib/documentation .. raw:: html Fork me on GitHub