<div dir="ltr">I'm trying to get the attributes on the consent screen presented in a more logical order.  I have some whitelisted, and some blacklisted.  I liked the idea of display the rest of them in alphabetical order, so I tried the example in the docs...<div><br></div><div><a href="https://wiki.shibboleth.net/confluence/display/IDP30/ConsentConfiguration#ConsentConfiguration-MatchingAttributeIDs">https://wiki.shibboleth.net/confluence/display/IDP30/ConsentConfiguration#ConsentConfiguration-MatchingAttributeIDs</a><br></div><div><br></div><div><div><bean id="shibboleth.consent.attribute-release.MatchExpression"</div><div>      class="java.util.regex.Pattern" factory-method="compile"</div><div>      c:_0="^.*$" /></div></div><div><br></div><div>It pulled in attributes that I'd previously hidden by placing them on the blacklist.  Is this the expected behavior?</div><div><br></div><div>Liam</div></div>