<div dir="ltr"><div>Typo -- it's as follows:<br></div><div><br></div><div><AttributeFilterPolicy id="<a href="http://example.instructure.com/saml2" target="_blank">http://example.<wbr>instructure.com/saml2</a>"><br> <PolicyRequirementRule xsi:type="Requester"<br> value="<a href="http://example.instructure">http://example.instructure</a>.<wbr>com/saml2"/><br><br> <AttributeRule attributeID="NameID"><br> <PermitValueRule xsi:type="ANY"/><br> </AttributeRule><br><br> <AttributeRule attributeID="<wbr>ubcEduStudentNumber"><br> <PermitValueRule xsi:type="ANY" /><br> </AttributeRule><br><br> <AttributeRule attributeID="givenName"><br> <PermitValueRule xsi:type="ANY" /><br> </AttributeRule><br><br> <AttributeRule attributeID="sn"><br> <PermitValueRule xsi:type="ANY" /><br> </AttributeRule><br><br> <AttributeRule attributeID="mail"><br> <PermitValueRule xsi:type="ANY"/><br> </AttributeRule><br><br> </AttributeFilterPolicy></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 26 June 2017 at 10:15, Joshua Brodie <span dir="ltr"><<a href="mailto:josbrodie@gmail.com" target="_blank">josbrodie@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Canvas on V3 does not appear to be receiving attributes after successful auth (nameID is fine)-- all is well with the attribute-filter and attribute-resolver (over 300 integration successful).</div><div><br></div><div>The idp-process.log also concur that the attributes are not sent (nameID is received).<br></div><div><br></div><div>We think it could be relying-party.xml ----- have we missed anything here?<br></div><div><br></div><div><br></div><div><bean parent="RelyingPartyByName"<br> c:relyingPartyIds="#{{'<a href="http://example.instructure.com/saml2'%7D" target="_blank">http://<wbr>example.instructure.com/saml2'<wbr>}</a>}"><br> <property name="profileConfigurations"><br> <list><br> <bean parent="Shibboleth.SSO" /><br> <bean parent="SAML2.SSO" <br> p:encryptAssertions="false"<br> p:includeAttributeStatement="<wbr>false"<br> p:signAssertions="false"<br> p:encryptNameIDs="false"<br> p:nameIDFormatPrecedence="#{{'<wbr>urn:oasis:names:tc:SAML:2.0:<wbr>nameid-format:unspecified'}}" /><br> <ref bean="SAML2.Logout" /><br> </list><br> </property><br> </bean><br></div></div>
</blockquote></div><br></div>