<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>
<div style="font-family: Calibri;">The document which Blackboard released for getting eAccounts to work with IDP 3.x says to have an override like this:</div>
<div style="font-family: Calibri;"><br>
</div>
<div style="font-family: Calibri;"><bean parent="RelyingPartyByName" c:relyingPartyIds="[entitiyIds]"> </div>
<div style="font-family: Calibri;">
<p style="margin: 0px;"><property name="profileConfigurations"> </p>
<p style="margin: 0px;"><list> </p>
<p style="margin: 0px;"> <bean parent="SAML2.SSO" p:signResponses="never" p:encryptAssertions="false" /> </p>
<p style="margin: 0px;"> <bean parent="SAML2.AttributeQuery" p:encryptAssertions="false" /> (because they seemingly insist in 443)</p>
<p style="margin: 0px;"></list> </p>
<p style="margin: 0px;"></property> </p>
<p style="margin: 0px;"></bean> </p>
<p style="margin: 0px;"><br>
</p>
<p style="margin: 0px;"> p:signResponses=“never” confused me as I though the new syntax was for it to be true or false. This example worked so I began to wonder and discovered that this works</p>
<p style="margin: 0px;"><br>
</p>
<p style="margin: 0px;"><br>
</p>
<p style="margin: 0px;"> <bean parent="RelyingPartyByName" c:relyingPartyIds="[entitiyIds]"></p>
<p style="margin: 0px;"> <property name="profileConfigurations"></p>
<p style="margin: 0px;"> <list></p>
<p style="margin: 0px;"> <bean parent="SAML2.SSO" p:signResponses="xxx" p:encryptAssertions="false" /></p>
<p style="margin: 0px;"> <bean parent="SAML2.AttributeQuery" p:encryptAssertions="false" /></p>
<p style="margin: 0px;"> </list></p>
<p style="margin: 0px;"> </property></p>
<p style="margin: 0px;"></p>
<p style="margin: 0px;"> </bean></p>
</div>
<div style="font-family: Calibri;"><br>
</div>
<div style="font-family: Calibri;"><br>
</div>
<div style="font-family: Calibri;">Its entirely possible I am confused but is this a bug? Shouldn’t only true or false work for p:signResponses?</div>
</div>
</body>
</html>