Matadata aggregator , federation named groupID for filters

Ian Young ian at iay.org.uk
Fri Jul 9 15:16:11 UTC 2021



> On 2021-07-09, at 13:13, Jehan PROCACCIA <jehan.procaccia at tem-tsp.eu> wrote:
> 
> Ian.Y told me to use   descriptorName property , but I cannot find this feature documented on https://wiki.shibboleth.net/confluence/display/MA1/Aggregate+and+Sign <https://wiki.shibboleth.net/confluence/display/MA1/Aggregate+and+Sign>

Detailed documentation of the individual beans is in the Javadoc. In this case, you want this:

https://shibboleth.net/sites/release/java-metadata-aggregator/0.9.2/apidocs/net/shibboleth/metadata/dom/saml/EntitiesDescriptorAssemblerStage.html <https://shibboleth.net/sites/release/java-metadata-aggregator/0.9.2/apidocs/net/shibboleth/metadata/dom/saml/EntitiesDescriptorAssemblerStage.html>

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.

(The documentation in Confluence currently links to the 0.10.0-SNAPSHOT Javadoc, but it's fairly similar. That might need to change.)

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] 

    -- Ian


[1] Note that, as I said before, I wouldn't really recommend relying on the EntitiesDescriptor/@Name, it doesn't scale very well.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20210709/1c645ed4/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3883 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/users/attachments/20210709/1c645ed4/attachment.p7s>


More information about the users mailing list