Newbie question: Passing attributes from ADSF through Shibboleth
Griffin Cheng [CLIB]
cscheng at cpce-polyu.edu.hk
Wed Oct 30 05:58:26 EDT 2013
Hello,
I construct a small "attribute-map.xml" file to extract attributes from the institution's ADSF as follows:
<Attributes xmlns="urn:mace:shibboleth:2.0:attribute-map" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Attribute name="urn:oid:1.3.6.1.4.1.5923.1.1.1.6" id="eppn">
<AttributeDecoder xsi:type="StringAttributeDecoder"/>
</Attribute>
<Attribute name="urn:oid:1.3.6.1.4.1.5923.1.1.1.9" id="ePSA">
<AttributeDecoder xsi:type="ScopedAttributeDecoder" caseSensitive="false"/>
</Attribute>
<Attribute nameFormat="http://schemas.xmlsoap.org/claims" name="urn:oid:2.5.4.9" id="street"/>
</Attributes>
I then "run" a small PHP code over HTTP which literally dumps the server variables, which I assume they are passed from both the webserver and the ADSF. The code is as follows:
<?php print_r($_SERVER); ?>
I can see the values [eppn] and [ePSA] fine. However, the value of the "street" attribute is missing. The ADSF admin claims that the test account should have the "street" value added.
Do I have to add the "street" attribute also to the metadata provider? If so, what should it look like?
Thank you in advance.
Regards,
Griffin CHENG.
Telephone: 3746 0853
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20131030/2ad94cd9/attachment.html
More information about the users
mailing list