From d161c1c75802060d3d56f47469d1a17152a23b69 Mon Sep 17 00:00:00 2001 From: Juan Fuentes <juanf@bs-mbpr465.d.ethz.ch> Date: Fri, 27 Aug 2021 12:26:01 +0200 Subject: [PATCH] usefull for testing --- .../1/as/webapps/eln-lims/html/etc/InstanceProfile.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/etc/InstanceProfile.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/etc/InstanceProfile.js index efc717fe04d..62199c5d4fe 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/etc/InstanceProfile.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/etc/InstanceProfile.js @@ -6,10 +6,14 @@ $.extend(InstanceProfile.prototype, StandardProfile.prototype, { init: function(serverFacade){ StandardProfile.prototype.init.call(this, serverFacade); -// BEGIN ANSIBLE MANAGED BLOCK +// BEGIN ANSIBLE MANAGED BLOCK (jupyter) // this.jupyterIntegrationServerEndpoint = "https://jupyterhub-demo.labnotebook.ch:80"; // this.jupyterEndpoint = "https://jupyterhub-demo.labnotebook.ch/"; -// END ANSIBLE MANAGED BLOCK +// END ANSIBLE MANAGED BLOCK (jupyter) +// BEGIN ANSIBLE MANAGED BLOCK (sso) +// this.singleSignOnUrlTemplate = "https://openbis-demo.ethz.ch/Shibboleth.sso/Login?target=https://openbis-demo.ethz.ch/shibboleth"; +// this.singleSignOnLinkLabel = "Login with SWITCHaai"; +// END ANSIBLE MANAGED BLOCK (sso) this.hideSectionsByDefault = true; this.minBarcodeLength = 15; } -- GitLab