commit 7e5d284e5df6c7656a534539102bdaf13681db7b parent f0d42008e76ca6f82a2045fedf52ee83cbe1c9b6 Author: decentral1se <cellarspoon@riseup.net> Date: Mon, 25 May 2026 10:46:17 +0200 docs(ikiwiki): rauthy login Diffstat:
| M | eik.mdwn | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/eik.mdwn b/eik.mdwn @@ -23,6 +23,10 @@ The configuration lives in `/etc/ikiwiki/permacomputing.setup`. If you make chan The htpasswd lives in the same directory. +### single sign-on with rauthy + +We leverage the ikiwiki [httpauth](https://ikiwiki.info/plugins/httpauth/) plugin and the [`preferred_username`](https://github.com/sebadob/rauthy/releases/tag/v0.35.2) header functionality of Rauthy. Users are redirected to log into their Rauthy managed account and then via [forward authentication](https://sebadob.github.io/rauthy/work/forward_auth.html) we pass the required headers to `httpauth` and it's done. + ### admin functions * [list of all users](https://permacomputing.net/ikiwiki.cgi?do=userlist)