From 6ccc8926c30e61d41de9d071dab7be9e16eca56c Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sun, 18 May 2025 07:17:12 -0500 Subject: [PATCH] grrr --- modules/grist.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/grist.nix b/modules/grist.nix index 8d6b99d..a576bae 100644 --- a/modules/grist.nix +++ b/modules/grist.nix @@ -2,7 +2,7 @@ let dn = "table.tfcconnection.org"; - auth_dn = "staff.tfcconnection.org/apps/oidc"; + auth_dn = "auth.tfcconnection.org/realms/master"; in with lib; { @@ -29,9 +29,9 @@ with lib; GRIST_OIDC_IDP_ISSUER = "https://${auth_dn}/"; GRIST_OIDC_IDP_SCOPES = "openid profile email"; # Client ID, as configured with the OIDC provider. - GRIST_OIDC_IDP_CLIENT_ID = "LtgrHHZmKucQAZtYNZGrirxdEru5pWByaJQcEfiufcitd0kfi2qVjuU6gPZE4haz"; + GRIST_OIDC_IDP_CLIENT_ID = "grist"; # Client secret, as provided by the OIDC provider. - GRIST_OIDC_IDP_CLIENT_SECRET = "V70dywtpkRSvk0RbK6KFxcOxATP0URHhn36tztYDZipz9Y8v6GBFwj4JmxcSvR3H"; + GRIST_OIDC_IDP_CLIENT_SECRET = "jDT6shCxvZ7YLQXBAs27bcl64MvIGcw9"; # The URL to redirect to with the OIDC provider to log out. # Some OIDC providers will automatically configure this. # GRIST_OIDC_IDP_END_SESSION_ENDPOINT = "https://${auth_dn}/logout";