This commit is contained in:
2025-09-12 18:05:17 +03:00
parent d89f84fd5b
commit a1424478ba

View File

@@ -139,7 +139,8 @@ in
environment = {
OIDC_ENABLED = "true";
OIDC_DISPLAY_NAME= "Kanidm";
OIDC_ISSUER = "${issuer}/";
# OIDC_ISSUER = issuer;
OIDC_ISSUER = "https://auth.hollowness.top";
OIDC_DISCOVERY = "true";
OIDC_SCOPE = "openid,profile";
OIDC_UID_FIELD = "sub";
@@ -160,7 +161,6 @@ in
originLanding = "https://${cfg.subdomain}.${sp.domain}/";
originUrl = oauthRedirectURL;
clientSystemdUnits = [ "mastodon.service" ];
# enablePkce = true;
enablePkce = false;
linuxUserOfClient = "mastodon";
linuxGroupOfClient = "mastodon";