diff options
author | Alan Pearce | 2024-05-21 18:30:03 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-21 18:57:24 +0200 |
commit | 6d0e12252261db9308510816f1e473c0cfecf0db (patch) | |
tree | 551bc721b8c301a05836b23f8c3458281f3b7619 /internal/config | |
parent | 143fdc1c4ea72b637b84f0f551c3ac08c1c1ec3d (diff) | |
download | website-6d0e12252261db9308510816f1e473c0cfecf0db.tar.lz website-6d0e12252261db9308510816f1e473c0cfecf0db.tar.zst website-6d0e12252261db9308510816f1e473c0cfecf0db.zip |
add hard-coded oidc webfinger support
Diffstat (limited to 'internal/config')
-rw-r--r-- | internal/config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/config/config.go b/internal/config/config.go index 063f549..be7dcb9 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -37,6 +37,7 @@ type Config struct { Description string DomainStartDate string `toml:"domain_start_date"` OriginalDomain string `toml:"original_domain"` + OIDCHost URL `toml:"oidc_host"` Taxonomies []Taxonomy CSP *CSP `toml:"content-security-policy"` Extra struct { |