<div dir="ltr"><div><div>I'm trying to restrict the 'attribute consent' only to SP with entityID =<a href="https://sp1.example1/test">https://sp1.example1/test</a>"<br><br></div>The following set up is in my relying-party.xml -- however it is triggering 'attribute consent' for the other entityIds as well.<br><br></div>Any guidance on where I could be missing? Thanks.<br><div><div><div><br><br><bean id="shibboleth.DefaultRelyingParty" parent="RelyingParty"><br>        <property name="profileConfigurations"><br>            <list><br>                <!-- <bean parent="Shibboleth.SSO" p:postAuthenticationFlows="attribute-release" /> --><br>                <!-- <ref bean="SAML1.AttributeQuery" /> --><br>                <!-- <ref bean="SAML1.ArtifactResolution" /> --><br>                <bean parent="SAML2.SSO" p:postAuthenticationFlows="attribute-release" /><br>                <!-- <ref bean="SAML2.ECP" /> --><br>                <ref bean="SAML2.Logout" /><br>                <ref bean="SAML2.AttributeQuery" /><br>                <ref bean="SAML2.ArtifactResolution" /><br>                <!-- <ref bean="Liberty.SSOS" /> --><br>            </list><br>        </property><br>    </bean><br><br>    <!-- Container for any overrides you want to add. --><br><br>    <util:list id="shibboleth.RelyingPartyOverrides"><br>    <br><br>        <br>    <bean parent="RelyingPartyByName" c:relyingPartyIds="<a href="https://sp1.example1/test">https://sp1.example1/test</a>"><br>        <property name="profileConfigurations"><br>            <list><br>                <bean parent="SAML2.SSO"  p:postAuthenticationFlows="attribute-release" /><br>            </list><br>        </property><br>    </bean><br><br></util:list><br></div></div></div></div>