Re: Implementing Python-OAuth2

2011-10-11 Thread Jack Diederich
On Thu, Oct 6, 2011 at 12:15 PM, Jeff Gaynor wrote: > On 10/06/2011 08:34 AM, Kayode Odeyemi wrote: >> I'm working on a pretty large application that I will like to use oauth2 >> on as an authentication and authorization mechanism. > > There are *no* usable OAuth version 2..0 implementation in an

Re: Implementing Python-OAuth2

2011-10-11 Thread Mark Hammond
On 11/10/2011 7:16 PM, Kayode Odeyemi wrote: On Thu, Oct 6, 2011 at 5:15 PM, Jeff Gaynor mailto:jgay...@ncsa.illinois.edu>> wrote: On 10/06/2011 08:34 AM, Kayode Odeyemi wrote: Hello friends, I'm working on a pretty large application that I will like to use oauth2 o

Re: Implementing Python-OAuth2

2011-10-11 Thread Alec Taylor
Maybe use CAS instead of OAuth? https://wiki.jasig.org/display/CASC/Pycas On Tue, Oct 11, 2011 at 7:16 PM, Kayode Odeyemi wrote: > On Thu, Oct 6, 2011 at 5:15 PM, Jeff Gaynor > wrote: >> >> On 10/06/2011 08:34 AM, Kayode Odeyemi wrote: >>> >>> Hello friends, >>> >>> I'm working on a pretty larg

Re: Implementing Python-OAuth2

2011-10-11 Thread Kayode Odeyemi
On Thu, Oct 6, 2011 at 5:15 PM, Jeff Gaynor wrote: > On 10/06/2011 08:34 AM, Kayode Odeyemi wrote: > >> Hello friends, >> >> I'm working on a pretty large application that I will like to use oauth2 >> on as an authentication and authorization mechanism. >> >> I understand fairly the technology and

Re: Implementing Python-OAuth2

2011-10-06 Thread Jeff Gaynor
On 10/06/2011 08:34 AM, Kayode Odeyemi wrote: Hello friends, I'm working on a pretty large application that I will like to use oauth2 on as an authentication and authorization mechanism. I understand fairly the technology and I have written my own implementation before I stumbled on python-o

Implementing Python-OAuth2

2011-10-06 Thread Kayode Odeyemi
Hello friends, I'm working on a pretty large application that I will like to use oauth2 on as an authentication and authorization mechanism. I understand fairly the technology and I have written my own implementation before I stumbled on python-oauth2. I need advise on leveraging python-oauth2 a