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: Tue, 9 Jan 2007 10:14:22 -0500
  • Organization: The Ohio State University

> Scott, I had put in a hack in my code to ensure that
> samlResponse id and assertion id are not same and even If they - a new
> SAMLidentifier value should be set up as responseid. However there seem
> to be issue with this as well as an attempt to generate a new SAML
> identifier does not create a new one. (Attached short code and short
> error log)

I don't know what code you're using, but it's not OpenSAML 1.1.
SAMLIdentifier is an interface, so "new SAMLIdentifier()" would never
compile. That sounds like old code. That doesn't explain the problem, but
it's not current code either.

I honestly don't know what to tell you...the problem must be environmental,
with your random number generation. There just isn't anything else I can do
for you.

OpenSAML 1.1 has a pluggable ID generation interface. Just plug in your own.

-- Scott






Archive powered by MHonArc 2.6.16.

Top of Page