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
Roland Hedberg a059ea050e Bring in LDAP 2014-12-16 12:05:33 +01:00
doc Updated documentation. 2014-12-15 08:32:43 +01:00
oauth_example Fixed remaining issues. 2013-12-20 12:58:35 +01:00
oidc_example Merge branch 'ci_testing' of https://github.com/maennel/pyoidc into maennel-ci_testing 2014-12-15 21:28:57 +01:00
script A couple of spelling errors in text. 2014-12-09 10:39:37 +01:00
src/oic When the authorization request is faulty in some way return a error response. Code flow or implicit depending on response_type. If the error has something to do with the return_uri return the response to the user not the RP. 2014-12-16 11:23:40 +01:00
tests Fixed test error 2014-12-16 11:56:10 +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 Bring in LDAP 2014-12-16 12:05:33 +01: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.