This commit is contained in:
Chris Cochrun 2025-05-17 16:02:25 -05:00
parent 790d083bb2
commit d5141c5fad

View file

@ -26,6 +26,7 @@ with lib;
environment = { environment = {
# The URL of given OIDC provider. Used for redirects, among other things. # The URL of given OIDC provider. Used for redirects, among other things.
GRIST_OIDC_IDP_ISSUER = "https://${auth_dn}/openid-configuration"; GRIST_OIDC_IDP_ISSUER = "https://${auth_dn}/openid-configuration";
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 = "LtgrHHZmKucQAZtYNZGrirxdEru5pWByaJQcEfiufcitd0kfi2qVjuU6gPZE4haz";
# Client secret, as provided by the OIDC provider. # Client secret, as provided by the OIDC provider.