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