No attributes are getting passed to SP from my IdP

lalithj j_lalith at hotmail.com
Tue Mar 19 22:09:08 EDT 2013


Hi,

I changed the attribute-filter.xml file (as shown below) to release the
attributes requested by SP, but still the attributes are not getting
released to SP,

To troubleshoot further, we setup a test SP and then I defined the same
attribute policy (another entry in attribute-filter.xml with test entityID),
but I am able to see the attributes are released to TEST SP,

What could be the reason for this? Below https://xxx.com//saml/sp/test is
the entityID in SP metadata.
Can't figutre it out why it works for test SP but not for the below external
SP,

No any other expiry or certificate issues exist, just that only attributes
are not getting passed to the SP

 <afp:AttributeFilterPolicy>
        <afp:PolicyRequirementRule xsi:type="basic:AttributeRequesterString"
value="https://externalsp.com//saml/sp/test" />

        
         <afp:AttributeRule attributeID="givenName">
            <afp:PermitValueRule xsi:type="basic:ANY" />
        </afp:AttributeRule>

        <afp:AttributeRule attributeID="surname">
            <afp:PermitValueRule xsi:type="basic:ANY" />
        </afp:AttributeRule>

         <afp:AttributeRule attributeID="email">
            <afp:PermitValueRule xsi:type="basic:ANY" />
        </afp:AttributeRule>

  </afp:AttributeFilterPolicy>




--
View this message in context: http://shibboleth.1660669.n2.nabble.com/No-attributes-are-getting-passed-to-SP-from-my-IdP-tp7585448p7585496.html
Sent from the Shibboleth - Users mailing list archive at Nabble.com.


More information about the users mailing list