fix
This commit is contained in:
@@ -30,7 +30,6 @@
|
|||||||
supportLevel = "experimental";
|
supportLevel = "experimental";
|
||||||
sso = {
|
sso = {
|
||||||
userGroup = "sp.writefreely.users";
|
userGroup = "sp.writefreely.users";
|
||||||
adminGroup = "sp.writefreely.admins";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -162,7 +162,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
selfprivacy.auth.clients.${oauthClientID} = {
|
selfprivacy.auth.clients.${oauthClientID} = {
|
||||||
inherit usersGroup adminsGroup;
|
inherit usersGroup;
|
||||||
subdomain = cfg.subdomain;
|
subdomain = cfg.subdomain;
|
||||||
originLanding = "https://${cfg.subdomain}.${sp.domain}/";
|
originLanding = "https://${cfg.subdomain}.${sp.domain}/";
|
||||||
originUrl = "https://${cfg.subdomain}.${sp.domain}/oauth/callback/generic";
|
originUrl = "https://${cfg.subdomain}.${sp.domain}/oauth/callback/generic";
|
||||||
|
|||||||
Reference in New Issue
Block a user