<div dir="ltr">Hi,<div><br></div><div>My EDS 1.1.0 deployment uses the default value of maxPreferredIdPs = 3.</div><div><br></div><div>When I set preferredIdP to an array containing 3 IdP entityIDs the resulting idPSelectPreferredIdPTile <div> only contains 2 child <div>s of class IdPSelectPreferredIdPButton.</div><div><br></div><div>I expected 3.</div><div><br></div><div>I see that the <span style="color:rgb(0,0,0);white-space:pre-wrap">getPreferredIdPs function includes this:</span></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div>if(null != preferredIdP){<br>            for(i=0; i < preferredIdP.length && i < maxPreferredIdPs-1; i++){<br>                idps[i] = getIdPFor(preferredIdP[i]);<br>                offset++;<br>            }<br>        }<br><br><br>Is 'maxPreferredIdPs - 1 ' correct? <div><br></div><div>When I remove "-1" I get the result I expect, 3 child <div>s.</div><div><br></div><div>Thanks,</div><div><br></div><div>Scott K</div></div>