Skip to Content.
Sympa Menu

mace-opensaml-users - RE: use of SAMLAttribute

Subject: OpenSAML user discussion

List archive

RE: use of SAMLAttribute


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: <>
  • Subject: RE: use of SAMLAttribute
  • Date: Wed, 13 Dec 2006 12:05:13 -0500
  • Organization: The Ohio State University

> 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>

A QName with "string" in localPart and the right namespace in namespaceURI.
I believe it checks for that namespace and uses xsd in that case because it
already declares xsd up above.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page