What's Changed
Updates to apache module by @marcmengel in #6
- Changed include path to be consistent with cpp-scitokens RPM in Linux epel repository.
- Setting apache environment variables for SCITOKENS_SUB, SCITOKENS_ISS, etc. so you can for example pass them in headers to proxied applications, or use them in a CGI /Fastcgi script.
- Added option to set the audience to something other than the hostname (i.e. for LCG Scitokens the audience is "https://wlcg.cern.ch/jwt/v1/any")
- Added flag to turn of the "enforcer" call, so that an application can decide based on the environment variables whether to allow the calls.
New Contributors
- @marcmengel made their first contribution in #6
Full Changelog: v1.0.0...v1.1.0