<div dir="auto">Yes on both counts, I didnt see that the /logon could also be the backend proxy_pass. I was trying to stick all sorts of python gets in the backend-sample-app.py script which was not right, and the # issue was a non issue, because there is an auto redirect from / to the desired url.<div dir="auto"><br></div><div dir="auto">Brian </div></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Oct 8, 2018, 3:12 PM Francis Daly <<a href="mailto:francis@daoine.org">francis@daoine.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, Oct 08, 2018 at 12:53:36PM -0700, Brian W. wrote:<br>
<br>
Hi there,<br>
<br>
> Ok I figured it out.<br>
<br>
Good stuff.<br>
<br>
> A page I saw mentioned copying the ldap conf as the<br>
> nginx.conf file and using that and I did. I erroneously thought the port<br>
> 9000 connection in there was a necessary ldap connect piece and so I didn't<br>
> change it, until today with your questioning.<br>
<br>
Ah, with hindsight, I think I understand what happened.<br>
<br>
<a href="https://github.com/nginxinc/nginx-ldap-auth/blob/master/nginx-ldap-auth.conf" rel="noreferrer noreferrer" target="_blank">https://github.com/nginxinc/nginx-ldap-auth/blob/master/nginx-ldap-auth.conf</a><br>
<br>
shows the backend as both handling /login and providing the common<br>
response, while the ldap-auth daemon is separate.<br>
<br>
And the login service issues a redirect itself.<br>
<br>
In your case, I guess that the /login-equivalent (if it exists) is *not*<br>
on the same server as the backend common content -- so "proxy_pass<br>
<a href="http://backend/" rel="noreferrer noreferrer" target="_blank">http://backend/</a>;" there becomes "proxy_pass <a href="http://windows-server/" rel="noreferrer noreferrer" target="_blank">http://windows-server/</a>;"<br>
in your case.<br>
<br>
And hopefully the part with the # in the client-side url Just Works for<br>
you too.<br>
<br>
Glad you got it working,<br>
<br>
        f<br>
-- <br>
Francis Daly        <a href="mailto:francis@daoine.org" target="_blank" rel="noreferrer">francis@daoine.org</a><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank" rel="noreferrer">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div>