Symptom:
The Federation Web Services (FWS) application does not propagate user attribute data if it is specified in a generic format in the SAML assertion.
Solution:
Attribute data may be propagated to target applications. In 302 - cookie data redirect mode, Federation Web Services issues a cookie for each generic attribute in a SAML assertion. In server side redirect mode, Federation Web Services passes a HashMap to the target application. The HashMap contains entries for each generic attribute in a SAML assertion; the name of the request attribute is Netegrity.AttributeInfo.
For the following assertion sample, SiteMinder can set attribute values for FirstName and LastName:
<saml:AttributeStatement>
.
.
.
<saml:Attribute AttributeName="FirstName" AttributeNamespace="AttributeNS">
<saml:AttributeValue>JOHN</saml:AttributeValue>
</saml:Attribute>
<saml:Attribute AttributeName="LastName" AttributeNamespace="AttributeNS">
<saml:AttributeValue>SMITH</saml:AttributeValue>
</saml:Attribute>
</saml:AttributeStatement>
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |