<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'}">http://example.instructure.com/saml2'}</a>}"><br>            <property name="profileConfigurations"><br>                <list><br>                    <bean parent="Shibboleth.SSO" /><br>                    <bean   parent="SAML2.SSO" <br>                               p:encryptAssertions="false"<br>                            p:includeAttributeStatement="false"<br>                            p:signAssertions="false"<br>                            p:encryptNameIDs="false"<br>                            p:nameIDFormatPrecedence="#{{'urn:oasis:names:tc:SAML:2.0:nameid-format:unspecified'}}" /><br>                    <ref bean="SAML2.Logout" /><br>                </list><br>            </property><br>      </bean><br></div></div>