Skip to Content.
Sympa Menu

mace-opensaml-users - Browser/Artifact profile of OpenSAML

Subject: OpenSAML user discussion

List archive

Browser/Artifact profile of OpenSAML


Chronological Thread 
  • From: "Ziheng, Lin" <>
  • To:
  • Subject: Browser/Artifact profile of OpenSAML
  • Date: Wed, 28 Jun 2006 01:16:59 +0800
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=GnuTHD680v0TUwWorGBcrtPU5FgRSXHN/+JqsvpUqKwDGlSDILA1gnhnXW01mo+3IhBDbychIfJrCSP41/eqXREu07hcgSDNOnOnlE3qkuzapCN+E8TCCazfZM4/YJnlDsF8Qp4l7loPOYNrOwPqDFuCZaShPpd+0G45une3G1M=

Dear all,

How can I build a SAML artifact request which SP will use to POST to IdP, by using OpenSAML? The request should be like this:
<?xml version="1.1" encoding="ISO-8859-1"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV=" http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
        <samlp:Request xmlns:samlp="urn:oasis:names:tc:SAML: 1.0:protocol"
            MajorVersion="1" MinorVersion="1"
            RequestID="f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
            IssueInstant="2004-12-05T09:22:04Z">
            <samlp:AssertionArtifact>
                AAEwGDwd3Z7Fr1GPbM82Fk2CZbpNB1d xD+t2Prp+TDtqxVA78iMf3F23
            </samlp:AssertionArtifact>
        </samlp:Request>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

But I cannot find AssertionArtifact from OpenSAML.. Does it support Browser/Artifact profile?

Thank you!



Archive powered by MHonArc 2.6.16.

Top of Page