Skip to Content.
Sympa Menu

mace-opensaml-users - RE: Getting Exception: There are multiple occurrences of ID value

Subject: OpenSAML user discussion

List archive

RE: Getting Exception: There are multiple occurrences of ID value


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: <>
  • Subject: RE: Getting Exception: There are multiple occurrences of ID value
  • Date: Fri, 8 Dec 2006 09:25:29 -0500
  • Organization: The Ohio State University

> Scott, Is it the expected behavior per the SAX parser validation (per
> the opensaml schema) when It raises exception with message -
> "There are
> multiple occurrences of ID value - "#<guid>" given that there is
>
> 1. No Id tag attributes

Not sure what you mean, ResponseID and AssertionID are both XML IDs in SAML
1.1.

> 2. Value for two different tags - ResponseId and AssertionID is same
> (which per you it should never be)

That's an XML validation error by definition. My code either uses the value
you supply or it generates an ID on the fly while creating a DOM. There's no
way for it to generate two that are identical unless you provide them or the
random generator is completely broken. Maybe your box is somehow seeding the
SecureID generator in some predictable way or something.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page