From 09f7ae6438d17d0a49a704995b4c205de5e5c6b7 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 17 May 2025 13:51:21 -0500 Subject: [PATCH] grr --- modules/grist.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/grist.nix b/modules/grist.nix index 4e144af..d8110b0 100644 --- a/modules/grist.nix +++ b/modules/grist.nix @@ -2,7 +2,7 @@ let dn = "table.tfcconnection.org"; - auth_dn = "staff.tfcconnection.org/index.php/apps/oidc/"; + auth_dn = "staff.tfcconnection.org/index.php/apps/oidc"; in with lib; { @@ -25,7 +25,7 @@ with lib; image = "docker.io/gristlabs/grist:latest"; environment = { # The URL of given OIDC provider. Used for redirects, among other things. - GRIST_OIDC_IDP_ISSUER = "https://${auth_dn}/.well-known/openid-configuration"; + GRIST_OIDC_IDP_ISSUER = "https://${auth_dn}/openid-configuration"; # Client ID, as configured with the OIDC provider. GRIST_OIDC_IDP_CLIENT_ID = "LtgrHHZmKucQAZtYNZGrirxdEru5pWByaJQcEfiufcitd0kfi2qVjuU6gPZE4haz"; # Client secret, as provided by the OIDC provider.