grr
This commit is contained in:
parent
7309ac83aa
commit
09f7ae6438
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
dn = "table.tfcconnection.org";
|
dn = "table.tfcconnection.org";
|
||||||
auth_dn = "staff.tfcconnection.org/index.php/apps/oidc/";
|
auth_dn = "staff.tfcconnection.org/index.php/apps/oidc";
|
||||||
in
|
in
|
||||||
with lib;
|
with lib;
|
||||||
{
|
{
|
||||||
|
@ -25,7 +25,7 @@ with lib;
|
||||||
image = "docker.io/gristlabs/grist:latest";
|
image = "docker.io/gristlabs/grist:latest";
|
||||||
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}/.well-known/openid-configuration";
|
GRIST_OIDC_IDP_ISSUER = "https://${auth_dn}/openid-configuration";
|
||||||
# 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.
|
||||||
|
|
Loading…
Reference in a new issue