[Python-porting] oauth for Python 3

Roland Hedberg roland.hedberg at adm.umu.se
Thu May 24 23:15:22 CEST 2012
24 maj 2012 kl. 22:20 skrev Barry Warsaw:

> On May 24, 2012, at 10:51 AM, Jason Gerard DeRose wrote:
> 
>> I don't yet have a Python3 OAuth library, but I implemented OAuth 1a
>> internally in my Python3 CouchDB "REST adapter", which I still need to get
>> up on PyPI, but can also be found on Launchpad:

I've written a OpenID Connect library in Python 2.7 .
It should be rather straight forward to translate it to Python3.
Since OpenID Connect is an extension of OAuth2, it contains a OAuth2 library too.

https://github.com/rohe/pyoidc

The OpenID Connect implementation is done on behalf of Kantara and is done in close cooperation with the team that writes the specification.
It's the basis of a functional test tool, already in use to verify other implementations.
So it is in essence the reference implementation.

-- Roland
------------------------------------------------------
Roland Hedberg
IT Architect/Senior Researcher
ICT Services and System Development (ITS) 
Umeå University 
SE-901 87 Umeå, Sweden	
Phone +46 90 786 68 44
Mobile +46 70 696 68 44 
www.its.umu.se 



More information about the Python-porting mailing list