[Lasso-devel] Saml2AttributeValue
Ferenc Szalai
szferi at wsbricks.com
Thu Mar 27 18:44:20 CET 2008
Hi
I just started to play with Saml2AttributeAssertions.
Depending on what kind of attribute profile would I use according to the
spec I should define at least the xsi:type xml attribute of
AttributeValue element. Like this:
<saml:AttributeValue xsi:type="xs:string">foo</saml:AttributeValue>
If I would like to use more sofisticated profile, like DCE or X.500 I
also should define other xml attriutes of AttributeValue element. Like this:
<saml:AttributeValue xsi:type="xs:string"
x500:Encoding="LDAP">Steven</saml:AttributeValue>
My question is how can I define these xml attributes of AttributeValue
element?
--
Regards
Ferenc
More information about the Lasso-devel
mailing list