Skip to Content.
Sympa Menu

mace-opensaml-users - Re: R: Artifact examples in Open SAML 1.1

Subject: OpenSAML user discussion

List archive

Re: R: Artifact examples in Open SAML 1.1


Chronological Thread 
  • From: Tom Scavo <>
  • To: Sisto Luisella <>
  • Cc: Scott Cantor <>, OpenSAML <>
  • Subject: Re: R: Artifact examples in Open SAML 1.1
  • Date: Mon, 21 Nov 2005 08:47:23 -0500
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=evXPXwi0zGNJLMp1xeb69qpK1TXbVI1/qTM3sF3jthalFa0P7uatDqx797kHZQTmJkL7CWU58alSG1g3rcIQ/y5Bwr/PTujC1ekwNt3FXXngeOqskuAl40/nPtQzZrIjVIdF23Ez4cdHBHhiO1njMzywTdsLh65Qrxl19aI1vSY=

On 11/21/05, Sisto Luisella
<>
wrote:
>
> However, we don't find the class AssertionArtifact among the classes
> provided by the library we use, i.e. OpenSAML-1.1.jar, so we are not able
> to create that element.
> Could you please give us a hint?

Yes, that's probably because artifact was an afterthought in OpenSAML
1.1. At any rate, as Scott suggested, you're best off looking at
Shibboleth itself for an example of an artifact resolution request.
Here's how the Java SP does it, for instance:

http://anoncvs.internet2.edu/cgi-bin/viewcvs.cgi/shibboleth/java/src/edu/internet2/middleware/shibboleth/serviceprovider/SPArtifactMapper.java

I'm sure there's something very similar in the C++ SP but I'm less
familiar with that. The response side of the coin would be found in
the IdP code, of course.

Hope this helps,
Tom



Archive powered by MHonArc 2.6.16.

Top of Page