Alex Ellis c48be47db9 Copy response headers back to client
Headers such as Realm / etc are important for auth proxies, so
this change and unit test make sure they get copied back to the
client.

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2019-06-05 18:13:39 +01:00
..
2019-06-05 18:13:39 +01:00

auth plugins

Auth plugins must implement request checking on a HTTP port and path such as :8080/validate.

  • Valid requests: return 2xx
  • Invalid requests: return non 2xx

It is up to the developer to pick whether a request body is required for validation. For strategies such as Basic Authentication, headers are sufficient.

Plugins available: