Fork of pyoidc lib adapted to Ozwillo platform
This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Serghei Mihai 14b9aa7fa9 store the JWT token in current object if available 2015-02-10 10:08:19 +01:00
doc Only one OP per Client instance. 2014-12-17 10:24:26 +01:00
oauth_example Fixed remaining issues. 2013-12-20 12:58:35 +01:00
oidc_example Allow starting a server with less then possible capabilities. 2014-12-28 16:53:49 +01:00
script A couple of spelling errors in text. 2014-12-09 10:39:37 +01:00
src/oic store the JWT token in current object if available 2015-02-10 10:08:19 +01:00
tests Fixed test errors. 2015-01-10 14:15:18 +01:00
.gitignore Added travis dependencies and tox config 2014-11-23 23:14:39 +01:00
.travis.yml Bring in LDAP 2014-12-16 12:01:36 +01:00
README.rst A couple of spelling errors in text. 2014-12-09 10:39:37 +01:00
setup.py Update setup.py 2014-12-29 08:45:48 -05:00
tox.ini Added travis dependencies and tox config 2014-11-23 23:14:39 +01:00

README.rst

A complete OpenID Connect implementation
========================================

This a fairly complete implementation of OpenID Connect as
specified in http://openid.net/specs/openid-connect-core-1_0.html.
And as a side effect a complete implementation of OAuth2.0 too.