This commit is contained in:
soraefir
2026-05-31 15:45:57 +02:00
parent de61030066
commit eef8730851
4 changed files with 37 additions and 16 deletions

View File

@@ -18,8 +18,8 @@ let
enabled = true;
provider = "authentik";
issuerUrl = "https://${serverCfg.containers.authentik.subdomain}.${serverCfg.domain}";
clientId = "{{AUTHENTIK_HOME_CID}}";
clientSecret = "{{AUTHENTIK_HOME_CSEC}}";
clientId = "homepage";
clientSecret = "{{HOMEPAGE_VAR_OAUTH_SECRET}}";
groupsProperty = "groups";
};