This commit is contained in:
Chris Cochrun 2025-05-18 07:17:12 -05:00
parent f386b308f8
commit 6ccc8926c3

View file

@ -2,7 +2,7 @@
let let
dn = "table.tfcconnection.org"; dn = "table.tfcconnection.org";
auth_dn = "staff.tfcconnection.org/apps/oidc"; auth_dn = "auth.tfcconnection.org/realms/master";
in in
with lib; with lib;
{ {
@ -29,9 +29,9 @@ with lib;
GRIST_OIDC_IDP_ISSUER = "https://${auth_dn}/"; GRIST_OIDC_IDP_ISSUER = "https://${auth_dn}/";
GRIST_OIDC_IDP_SCOPES = "openid profile email"; GRIST_OIDC_IDP_SCOPES = "openid profile email";
# Client ID, as configured with the OIDC provider. # 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. # 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. # The URL to redirect to with the OIDC provider to log out.
# Some OIDC providers will automatically configure this. # Some OIDC providers will automatically configure this.
# GRIST_OIDC_IDP_END_SESSION_ENDPOINT = "https://${auth_dn}/logout"; # GRIST_OIDC_IDP_END_SESSION_ENDPOINT = "https://${auth_dn}/logout";