Skip to Content.
Sympa Menu

mace-opensaml-users - use of SAMLAttribute

Subject: OpenSAML user discussion

List archive

use of SAMLAttribute


Chronological Thread 
  • From: "Tom Scavo" <>
  • To: OpenSAML <>
  • Subject: use of SAMLAttribute
  • Date: Wed, 13 Dec 2006 11:53:10 -0500
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=dy9BK1s94wqMN3RsHhvpIkTAJlfoUll3X9Orxk/2jA9vz1NzVvjrT0S0OapLq0vOfMGHkKvMNoes3lzX4LUYyS8/IUs/ekQ6gWODSFnw/zNBsVg+uYT7YJW6xkfTuahB5UsFsq690yPOc3km7MuXoucdy3WADqSw3P3NVaeDeBw=

I know how to use SAMLAttribute in OpenSAML 1.1 to create the
following Attribute element:

<saml:Attribute
AttributeNamespace="urn:mace:shibboleth:1.0:attributeNamespace:uri"
AttributeName="urn:mace:dir:attribute-def:isMemberOf">
<saml:AttributeValue>http://www.us-vo.org/</saml:AttributeValue>
</saml:Attribute>

But what value do I give the 'type' property to create this:

<saml:Attribute
AttributeNamespace="urn:mace:shibboleth:1.0:attributeNamespace:uri"
AttributeName="urn:mace:dir:attribute-def:isMemberOf">
<saml:AttributeValue
xsi:type="xs:string">http://www.us-vo.org/</saml:AttributeValue>
</saml:Attribute>

Thanks,
Tom



Archive powered by MHonArc 2.6.16.

Top of Page