Skip to Content.
Sympa Menu

mace-opensaml-users - Removing xsd , xsi namespaces in open saml 1.1 assertion

Subject: OpenSAML user discussion

List archive

Removing xsd , xsi namespaces in open saml 1.1 assertion


Chronological Thread 
  • From: "JASON D'CRUZ" <>
  • To:
  • Subject: Removing xsd , xsi namespaces in open saml 1.1 assertion
  • Date: Mon, 20 Oct 2008 16:34:05 +0530
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=haZNcx0Dl4Jaqt3GxDAhGPLlBwS6rj9Nv0PfJMvTMy64+rv5Z7JTN3fQELkp1XnXYb Hf3JTMXPJkmwom8ImX4X2sAB8sp6VkA/fXQKOgfEtrA+H5M0tuJZTNzstcFb/KhYu8bk mHhORDQ8/f6vfywWeLB4lRGLY1fZQe9qigIu4=


Hi,

I'm using opensaml 1.1 and the assertion which are created contain the namespaces 


I'm using the assertion to call a web service .

In a certain application container the reconstructed saml assertion is missing these two namespaces hence causing signature validation to fail.

Is there a way to generate the Assertion without these namespaces ,and if so , is that the correct way to solve this problem?


Assertion constructed by me

<?xml version="1.0" encoding="UTF-8"?><Assertion xmlns="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" AssertionID="_6df8a06f10206a7d662e290aa7d062ed" IssueInstant="2008-10-15T15:25:31.843Z" Issuer="http://ewsm.rsa.com/STS" .......




Assertion received at the container

<?xml version="1.0" encoding="UTF-8"?><Assertion xmlns="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol" AssertionID="_6df8a06f10206a7d662e290aa7d062ed" IssueInstant="2008-10-15T15:25:31.843Z" Issuer="http://ewsm.rsa.com/ ......

Truncating the assertions as my previous mail got rejected due to the size being over the allowable linit
--
Regards,
Jason



Archive powered by MHonArc 2.6.16.

Top of Page