Re: Authentication module help!

2014-03-10 Thread Maxim Dounin
Hello! On Fri, Mar 07, 2014 at 09:38:42PM -0500, lerouxt wrote: > Hi, I'm trying to integrate nginx with a proprietary authentication scheme > and I need a bit of help! > > The auth scheme is this: traffic is allowed through nginx if there exists a > cookie containing a valid HMAC. If not, ngi

Authentication module help!

2014-03-07 Thread lerouxt
Hi, I'm trying to integrate nginx with a proprietary authentication scheme and I need a bit of help! The auth scheme is this: traffic is allowed through nginx if there exists a cookie containing a valid HMAC. If not, nginx is to redirect to an auth server (same domain) which will prompt the use