Custom data connector issue
Dev31
islam.ezzat at ymail.com
Fri Aug 12 18:15:00 EDT 2016
I doubt the configurations itself and how it changes from static to dynamic
actually the coding is different between the two for example the below is a
static working connector but for the dynamic attributes nothing is clear
about how it is configured as a reference i searched and followed what
others do , so do you have a knowledge about how to configure a dynamic
attributes through the data connector to validate my above configuration?
<resolver:AttributeDefinition xsi:type="Simple"
xmlns="urn:mace:shibboleth:2.0:resolver:ad" id="NAME"
sourceAttributeID="NAME">
<resolver:Dependency ref="staticAttributes" />
<resolver:AttributeEncoder xsi:type="SAML2String"
xmlns="urn:mace:shibboleth:2.0:attribute:encoder" name="NAME" />
</resolver:AttributeDefinition>
<resolver:DataConnector id="staticAttributes" xsi:type="dc:Static">
<dc:Attribute id="NAME">
<dc:Value>Name1</dc:Value>
</dc:Attribute>
</resolver:DataConnector> -->
Thanks
--
View this message in context: http://shibboleth.1660669.n2.nabble.com/Custom-data-connector-issue-tp7627517p7627525.html
Sent from the Shibboleth - Developers mailing list archive at Nabble.com.
More information about the dev
mailing list