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