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 efc717fe04d62f12e773068ca7ca7df14b99f159..62199c5d4fe65aff24ca404ef2b6fb28e3823055 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; }