#{bundle['login.institution']}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/main/webapp/resources/js/shib/idpselect.js b/src/main/webapp/resources/js/shib/idpselect.js
index b1ff42539cb..cf0afea643f 100644
--- a/src/main/webapp/resources/js/shib/idpselect.js
+++ b/src/main/webapp/resources/js/shib/idpselect.js
@@ -1774,7 +1774,7 @@ function IdPSelectUI() {
aval.href = helpURL;
aval.appendChild(document.createTextNode(getLocalizedMessage('helpText')));
setClass(aval, 'HelpButton');
- containerDiv.appendChild(aval);
+// containerDiv.appendChild(aval);
} ;
/**
diff --git a/src/main/webapp/resources/js/shib/idpselect_config.js b/src/main/webapp/resources/js/shib/idpselect_config.js
index 4502a698be2..220ec34fbe9 100644
--- a/src/main/webapp/resources/js/shib/idpselect_config.js
+++ b/src/main/webapp/resources/js/shib/idpselect_config.js
@@ -14,9 +14,9 @@ function IdPSelectUIParms() {
// Approaching via the Discovery Protocol for example
//this.defaultReturn = "https://example.org/Shibboleth.sso/DS?SAMLDS=1&target=https://example.org/secure";
- this.defaultReturn = window.location.protocol + "//" + window.location.hostname + "/Shibboleth.sso/Login?SAMLDS=1&target=" + window.location.protocol + "//" + window.location.hostname + "/shib.xhtml";
+ this.defaultReturn = window.location.protocol + "//" + window.location.hostname + "/Shibboleth.sso/Login?SAMLDS=1&target=" + window.location.protocol + "//" + window.location.hostname + "/shib.xhtml" + shibRedirectPage;
this.defaultReturnIDParam = null;
- this.helpURL = '/guides/user/account.html';
+ this.helpURL = 'http://guides.dataverse.org/en/latest/user/account.html';
this.ie6Hack = null; // An array of structures to disable when drawing the pull down (needed to
// handle the ie6 z axis problem
this.insertAtDiv = 'idpSelect'; // The div where we will insert the data
diff --git a/src/main/webapp/shib.xhtml b/src/main/webapp/shib.xhtml
index 3d7efcc3d09..a9c8ba64937 100644
--- a/src/main/webapp/shib.xhtml
+++ b/src/main/webapp/shib.xhtml
@@ -3,135 +3,140 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
- xmlns:p="http://primefaces.org/ui">
+ xmlns:p="http://primefaces.org/ui"
+ xmlns:jsf="http://xmlns.jcp.org/jsf">
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #{bundle['shib.accountInformation']} -
-
- #{bundle['shib.offerToCreateNewAccount']}
-
-
-
-
-
-
-