[X] I have searched the existing issues, open and closed, and I'm convinced that mine is new.
[X] When the request is meant for an existing plugin, I've added its name to the title.
Is your feature request related to a problem? Please describe.
When I enable the Advanced ACLs, the Realm for the Basic Auth is always set to the hardcoded string 'OPNsense Protected Area - Authentication Required'.
As the Basic Auth Realm defines (according to my understanding of RFC 7235) a protection space, sharing the same realm for many (proxied) websites seems to be problematic.
Describe the solution you'd like
Take the value of the already available field 'Basic Authentication' within the 'Location' form, pass it to ngx_auth.php and change the hardcoded string dynamicly to the value passed.
Important notices Before you add a new report, we ask you kindly to acknowledge the following:
Is your feature request related to a problem? Please describe. When I enable the Advanced ACLs, the Realm for the Basic Auth is always set to the hardcoded string 'OPNsense Protected Area - Authentication Required'. As the Basic Auth Realm defines (according to my understanding of RFC 7235) a protection space, sharing the same realm for many (proxied) websites seems to be problematic.
Describe the solution you'd like Take the value of the already available field 'Basic Authentication' within the 'Location' form, pass it to ngx_auth.php and change the hardcoded string dynamicly to the value passed.
Describe alternatives you've considered N/A
Additional context N/A