fix
This commit is contained in:
@@ -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";
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user