Merge: shibuqam: provide a basic auth web service to simplify the use of `shibuqam`
authorJean Privat <jean@pryen.org>
Sat, 20 Aug 2016 01:10:08 +0000 (21:10 -0400)
committerJean Privat <jean@pryen.org>
Sat, 20 Aug 2016 01:10:08 +0000 (21:10 -0400)
commitd9d24b36423b3588ccfca85cd5b8214109128cd1
tree6e70db6e5e083c7c606c9384778b5f37b46f7404
parentc8d3415cd23cdbe41fc4df2ad4479c71c242ad51
parent1748d4111c1cd50e2f072b7424adf628f1e28a01
Merge: shibuqam: provide a basic auth web service to simplify the use of `shibuqam`

Configuring a shibboleth client is a PITA.
So why not configure it once with an simple auth service that allows servers to delegate their authentication to it?

This is the point of the new server `shibuqamoauth`.

Please review because I'm not a security expert and I do not want to get to much exploitable flaws.

Pull-Request: #2279
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
Reviewed-by: Jean-Philippe Caissy <jpcaissy@piji.ca>