Simple Portal Auth from Header (Provided by reverse Proxy) [SOLVED]

@efranz
I recently attempted to replace the following stanzas in both the /nginx and the /pun locations from the above configs:

AuthType Basic
AuthName “Private”
AuthUserFile “/opt/rh/httpd24/root/etc/httpd/.htpasswd”
RequestHeader unset Authorization
Require valid-user

with:

AuthType None
Require all granted

This didn’t work so well and caused an internal server error as far as what was readable through the returned HTML, I’m going to try and dive through the nginx,passenger,and apache portal logs to see where its unwinding itself, but if you know of a way to just do blind-trusted auth from the header, to the PUN apps, it would be massively appreciated.

Cheers,
Felix