Uninett / mod_auth_mellon

An Apache module with a simple SAML 2.0 service provider
207 stars 182 forks source link

Fix usage of environment variables in MellonCond #167

Closed darkwisebear closed 6 years ago

darkwisebear commented 6 years ago

This PR chenges the way %{ENV:...} is treated inside mod_auth_mellon. It is now also possible to use Apache internal environment variables, e.g. MATCH_xxx variables from LocationMatch sections.

olavmrk commented 6 years ago

Thanks!