Skip to Content.
Sympa Menu

mace-opensaml-users - RE: Problem in getting back the assertion

Subject: OpenSAML user discussion

List archive

RE: Problem in getting back the assertion


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: "'anshuk pal chaudhuri'" <>, <>
  • Subject: RE: Problem in getting back the assertion
  • Date: Thu, 10 Nov 2005 23:35:44 -0500
  • Organization: The Ohio State University

> I have given the assertion.
> I think the assertion is fine.

It's not the XML, it's the code that's finding the assertion in the message.
You're probably on the wrong element.

> The point you made about the toggling on the
> strict-dom-checking config property,how do I do that?

SAMLConfig.setProperty, but it's just going to help find the bug. Just
eyeball the SOAP processing code and figure out where you're off in some
way. My guess is from your code that it's actually accessing the first child
of the assertion itself and passing that in, but you didn't show the SOAP
message.

BTW, attaching SAML assertions to SOAP pretty much involves using WSS
headers. It's not something you just stick in a header by itself.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page