add hard-coded oidc webfinger support
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M internal/config/config.go → internal/config/config.go
@@ -37,6 +37,7 @@ Email string 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 {