Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@jbasney jbasney released this 28 Apr 15:33
a4fd41e

What's Changed

Updates to apache module by @marcmengel in #6

  1. Changed include path to be consistent with cpp-scitokens RPM in Linux epel repository.
  2. 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.
  3. 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")
  4. 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

Full Changelog: v1.0.0...v1.1.0