summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2024-05-21 18:30:03 +0200
committerAlan Pearce2025-03-16 00:56:49 +0100
commit10bd963162fa87ccf1cfa6afc009ef7d43aa2a7f (patch)
treeefc88274981e81c15b0d759f006438a197574647 /config.toml
parenta6bb7e83d682b81fe382036791604dda4b44b9ae (diff)
downloadwebsite-10bd963162fa87ccf1cfa6afc009ef7d43aa2a7f.tar.lz
website-10bd963162fa87ccf1cfa6afc009ef7d43aa2a7f.tar.zst
website-10bd963162fa87ccf1cfa6afc009ef7d43aa2a7f.zip
add hard-coded oidc webfinger support
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 4e2876b..c212406 100644
--- a/config.toml
+++ b/config.toml
@@ -10,6 +10,8 @@ original_domain = "alanpearce.eu"
 redirect_other_hostnames = true
 
 
+oidc_host = "https://id.alanpearce.eu/"
+
 [[taxonomies]]
 name = "tags"
 feed = true