From d5141c5fad318bf065f33fc2b8709a2a63a7b3da Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 17 May 2025 16:02:25 -0500 Subject: [PATCH] grrr --- modules/grist.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/grist.nix b/modules/grist.nix index 7fe6c88..c7f5377 100644 --- a/modules/grist.nix +++ b/modules/grist.nix @@ -26,6 +26,7 @@ with lib; environment = { # The URL of given OIDC provider. Used for redirects, among other things. GRIST_OIDC_IDP_ISSUER = "https://${auth_dn}/openid-configuration"; + GRIST_OIDC_IDP_SCOPES = "openid profile email"; # Client ID, as configured with the OIDC provider. GRIST_OIDC_IDP_CLIENT_ID = "LtgrHHZmKucQAZtYNZGrirxdEru5pWByaJQcEfiufcitd0kfi2qVjuU6gPZE4haz"; # Client secret, as provided by the OIDC provider.