RE: OAuth WRAP apache module - attaching groups to a request

2010-01-16 Thread Pedro Félix
place to put this extra info? Thanks, Pedro Felix > -Original Message- > From: Ray Morris [mailto:supp...@bettercgi.com] > Sent: quinta-feira, 14 de Janeiro de 2010 17:51 > To: modules-dev@httpd.apache.org > Subject: Re: OAuth WRAP apache module > >Relevant ex

Re: OAuth WRAP apache module

2010-01-15 Thread Joe Lewis
Pedro Félix wrote: [snip] However, I would like to create a separate building environment (not in the httpd source tree) with only my module and all the artifacts required to build it under windows and linux. Any thoughts or advices regarding this? I do not know about the Windows-side (thou

Re: OAuth WRAP apache module

2010-01-15 Thread Eric Covener
2010/1/15 Pedro Félix : > Now, my main question is how to create a separate building environment for > this module. I've downloaded the httpd sources, and created several files in > the source tree (mod_auth_wrap.c, mod_auth_wrap.dep, mod_auth_wrap.mak). I'm > using the mod_auth_wrap.mak makefile

RE: OAuth WRAP apache module

2010-01-15 Thread Pedro Félix
hts or advices regarding this? Thanks Pedro Felix > -Original Message- > From: Ray Morris [mailto:supp...@bettercgi.com] > Sent: quinta-feira, 14 de Janeiro de 2010 17:51 > To: modules-dev@httpd.apache.org > Subject: Re: OAuth WRAP apache module > >Relevant exampl

Re: OAuth WRAP apache module

2010-01-14 Thread Ray Morris
Relevant examples can be found in the source, httpd-2.2.4/modules/aaa/ . Note that in this area there were significant changes between Apache 1.x and Apache 2.x. In Apache 2, authentication and authorization is correctly split between modules that interact with the client, implementing pro

Re: OAuth WRAP apache module

2010-01-14 Thread Joe Lewis
Pedro Félix wrote: Hi, I want to develop an apache module for the OAuth WRAP protocol: [snip] I'm familiar with architectures/pipelines for HTTP processing (e.g IIS or ASP.NET), but not with Apache or Apache modules. Could some one point me to the relevant documentation or code frameworks/

OAuth WRAP apache module

2010-01-14 Thread Pedro Félix
Hi, I want to develop an apache module for the OAuth WRAP protocol: 1) Upon an unauthenticated request, the module should return a 401 with header "WWW-Authenticate: WRAP" 2) When the request contains the header "Authorization: WRAP access_token=", the module should validate this