Custom data connector issue

Dev31 islam.ezzat at ymail.com
Mon Aug 15 09:01:42 EDT 2016


Thanks Rod I could add an attribute to the response I was missing something
but the below works fine, many thanks for your support and definitely for
Scott too:)

<resolver:AttributeDefinition id="userName" xsi:type="Simple"
xmlns="urn:mace:shibboleth:2.0:resolver:ad" sourceAttributeID="userName">
    <resolver:Dependency ref="myDataConnector" />
    <resolver:AttributeEncoder xsi:type="enc:SAML1String"
name="urn:com.example:userName" encodeType="false" />
    <resolver:AttributeEncoder xsi:type="enc:SAML2String"
name="urn:com.example:userName" friendlyName="userName" encodeType="false"
/>
</resolver:AttributeDefinition>

<resolver:DataConnector id="myDataConnector" xsi:type="dc:Script">
    <dc:Script></dc:Script>
</resolver:DataConnector>



--
View this message in context: http://shibboleth.1660669.n2.nabble.com/Custom-data-connector-issue-tp7627517p7627540.html
Sent from the Shibboleth - Developers mailing list archive at Nabble.com.


More information about the dev mailing list