<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Verdana; font-size: 10pt; color: #000000'><style>p { margin: 0; }</style><div style="font-family: Verdana; font-size: 10pt; color: #000000"><span>Hi all<br><br>I'm coming up to speed on deploying the Embedded Discovery Service. I have a test environment so can play as much as required. I have configured my SP to default to shibboleth-ds/index.html and have configured /etc/shibboleth-ds/idpselect_config.js.<br><br>I started out by not having a preferred IDP ie the parameter this.preferredIdP is null<br><br>My test federation metadata loads fine and my idp and mdui info appears in my DiscoFeed. I can select it from the drop down box on the index.html page. The mdui Display Name appears ok and if I return back to the page via my protected link the idp's logo appears. <br><br>I then turn on preferred idp by the following code <br><br>&nbsp;this.preferredIdP = 'https://idp3.e2bn.org/idp/shibboleth';<br><br>However when I visit the protected link, I just get "Use a suggested selection:" appearing with no IDP info underneath. The drop down option still works ok. <br><br>Is there something wrong with the syntax of the this.preferredIdP ? <br><br>DiscoFeed data below<br><br></span><pre>[
{
 "entityID": "https://idp3.e2bn.org/idp/shibboleth",
 "DisplayNames": [
  {
  "value": " IDP3 TEST IDP",
  "lang": "en"
  }
 ],
 "Descriptions": [
  {
  "value": " The test IDP for E2BN",
  "lang": "en"
  }
 ],
 "Logos": [
  {
  "value": "https://passport2.e2bn.org/images/E2BN_NEN_Small.gif",
  "height": "50",
  "width": "100"
  }
 ]
}
]</pre><br><span><br><br><span></span><div style="text-align: left;"><font size="2"><span style="font-family: verdana,helvetica,sans-serif;"></span></font>Regards<br></div><br>Simon Bright<br>Technical Services Manager<br>E2BN<br>01462 834588<br>07912 853 107<br><a href="http://www.e2bn.org" target="_blank">www.e2bn.org</a><br><br><br><span></span><br></span><br></div></div></body></html>