Skip to Content.
Sympa Menu

mace-opensaml-users - AttributeValue type

Subject: OpenSAML user discussion

List archive

AttributeValue type


Chronological Thread 
  • From: "Tom Scavo" <>
  • To: OpenSAML <>
  • Subject: AttributeValue type
  • Date: Sun, 11 Feb 2007 14:58:20 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gnRLss1lLq6nawe5f+Yx7IIUcJQrfyAajmn5+bTiow8hIi9FOciIaMHO8sQJYm767QRT/HclRJhyESaFI4gnlYuM0p9bl5RL8YxEM3dk7MWYooMmiGfaG7qpDhKa5fliIfKaVV5xtUBIYKzH6ckLzBWmEf7GO21XBqtBkf4neFM=

I'm not sure if this an OpenSAML question or a Shibboleth question,
but I'll start here.

I'm using OpenSAML 1.1 to parse an SSO Response from a Shib IdP, but I
get this error:

2007-02-11 13:41:23,474 [main] ERROR (?:?) - caught an exception while
parsing a stream:
cvc-elt.4.2: Cannot resolve 'typens:AttributeValueType' to a type
definition for element 'AttributeValue'.
2007-02-11 13:41:23,477 [main] ERROR
(SAMLAssertionIssuerTool.java:195) - Error creating SAMLResponse:
SAMLObject.fromStream() caught exception while parsing a stream
(wrapped: cvc-elt.4.2: Cannot resolve 'typens:AttributeValueType' to a
type definition for element 'AttributeValue'.)

Is it typical for an IdP to issue

<AttributeValue xsi:type="typens:AttributeValueType">...</AttributeValue>

and if so, what do I need to do to OpenSAML 1.1 to be able to parse it?

Thanks,
Tom



Archive powered by MHonArc 2.6.16.

Top of Page