<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 2021-07-09, at 13:13, Jehan PROCACCIA <<a href="mailto:jehan.procaccia@tem-tsp.eu" class="">jehan.procaccia@tem-tsp.eu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class=""><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt;" class=""><div id="zimbraEditorContainer" style="font-family: arial, helvetica, sans-serif; font-size: 12pt;" class="32"><div class=""><span style="font-size: 12pt;" class="">Ian.Y told me to use   </span><em class="" style="font-size: 12pt;">descriptorName property</em><span style="font-size: 12pt;" class=""> , but I cannot find this feature documented on </span><a href="https://wiki.shibboleth.net/confluence/display/MA1/Aggregate+and+Sign" class="" style="font-size: 12pt;">https://wiki.shibboleth.net/confluence/display/MA1/Aggregate+and+Sign</a></div></div></div></div></div></blockquote><div><br class=""></div><div><br class=""></div><div>Detailed documentation of the individual beans is in the Javadoc. In this case, you want this:</div><div><br class=""></div><div><a href="https://shibboleth.net/sites/release/java-metadata-aggregator/0.9.2/apidocs/net/shibboleth/metadata/dom/saml/EntitiesDescriptorAssemblerStage.html" class="">https://shibboleth.net/sites/release/java-metadata-aggregator/0.9.2/apidocs/net/shibboleth/metadata/dom/saml/EntitiesDescriptorAssemblerStage.html</a></div><div><br class=""></div><div>So if you are building your aggregate using the EntitiesDescriptorAssemblerStage, you can set the descriptorName property by, for example, including p:descriptorName="myname" in its definition.</div><div><br class=""></div><div>(The documentation in Confluence currently links to the 0.10.0-SNAPSHOT Javadoc, but it's fairly similar. That might need to change.)</div></div><div class=""><br class="webkit-block-placeholder"></div><div class="">There's a case to be made that we could use a lot more HOWTO examples. At the moment, a lot of the detailed stuff the MDA provides is only visible in the Javadoc, and not everyone will know how to work with that. Can you make a JIRA ticket to suggest we add an example that names an aggregate?[1] </div><div class="">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px;"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-stroke-width: 0px;"><div class=""><span class="Apple-tab-span" style="white-space: pre;"><br class="Apple-interchange-newline"></span>    -- Ian<br class=""></div><div class=""><span class="Apple-style-span" style="font-size: medium;"><br class=""></span></div></span></div></span><br class="Apple-interchange-newline">[1] Note that, as I said before, I wouldn't really recommend relying on the EntitiesDescriptor/@Name, it doesn't scale very well.</div>
<br class=""></body></html>