Merging Attributes -- InputAttributeDefinition
Joshua Brodie
josbrodie at gmail.com
Wed Feb 5 17:08:12 EST 2020
Is it possible to merge multiple AttributeDefinition --called 'attribute1',
'attribute2', 'attribute3' -- to a new one like below?
Each of 'attribute1', 'attribute2', 'attribute3' -- can potentially be
multi-valued.
<AttributeDefinition id="Combine1and2and3" xsi:type="Simple">
<AttributeEncoder xsi:type="SAML2String"
xmlns="urn:mace:shibboleth:2.0:attribute:encoder"
friendlyName="Combine1and2and3" />
<InputAttributeDefinition ref="attribute1"/>
<InputAttributeDefinition ref="attribute2"/>
<InputAttributeDefinition ref="attribute3"/>
</AttributeDefinition>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20200205/687143f2/attachment.html>
More information about the users
mailing list