grr
This commit is contained in:
parent
e472dc131b
commit
46e85bf8a6
|
@ -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}/";
|
||||
GRIST_OIDC_IDP_SCOPES = "openid profile email";
|
||||
# Client ID, as configured with the OIDC provider.
|
||||
GRIST_OIDC_IDP_CLIENT_ID = "LtgrHHZmKucQAZtYNZGrirxdEru5pWByaJQcEfiufcitd0kfi2qVjuU6gPZE4haz";
|
||||
|
|
Loading…
Reference in a new issue