Re: Unable to use subrequest authentication for proxied site

2020-09-24 Thread Lists
Following up, after implementation and rollout. On Monday, September 21, 2020 1:52:32 AM PDT Francis Daly wrote: > That's probably the right thing to do overall; except that you probably > will not control what the typical browser shows for (e.g.) a 401 response. I've not seen that a 401 or what

Re: Unable to use subrequest authentication for proxied site

2020-09-21 Thread Francis Daly
On Sun, Sep 20, 2020 at 10:33:43AM -0700, Lists wrote: > On Sunday, September 20, 2020 8:29:32 AM PDT Francis Daly wrote: > > On Sat, Sep 19, 2020 at 09:26:57AM -0700, Lists wrote: Hi there, > > > 3) /external/etherpad.php receives authentication request, gets > > > X-Original-URI and validates t

Re: Unable to use subrequest authentication for proxied site

2020-09-20 Thread Lists
See reply below On Sunday, September 20, 2020 8:29:32 AM PDT Francis Daly wrote: > On Sat, Sep 19, 2020 at 09:26:57AM -0700, Lists wrote: > > Hi there, > > > How do I configure nginx to use subrequest authentication for a reverse > > proxied application with websocket upgrades? The documentatio

Re: Unable to use subrequest authentication for proxied site

2020-09-20 Thread Francis Daly
On Sat, Sep 19, 2020 at 09:26:57AM -0700, Lists wrote: Hi there, > How do I configure nginx to use subrequest authentication for a reverse > proxied > application with websocket upgrades? The documentation doesn't seem to > contain > the information I need to do this. I have not tested the

Unable to use subrequest authentication for proxied site

2020-09-19 Thread Lists
How do I configure nginx to use subrequest authentication for a reverse proxied application with websocket upgrades? The documentation doesn't seem to contain the information I need to do this. https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-subrequest-authentication/ Wh