Skip to Content.
Sympa Menu

mace-opensaml-users - Re: [OpenSAML] creating SAML server

Subject: OpenSAML user discussion

List archive

Re: [OpenSAML] creating SAML server


Chronological Thread 
  • From: Naomaru Itoi <>
  • To:
  • Subject: Re: [OpenSAML] creating SAML server
  • Date: Fri, 21 Jan 2011 22:18:34 -0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=jbcJV/Hgn+j5fSFRplz81Wu0u3HjbCUEMfKvl5LkJJndfVin/qZRtUfyIdMquOUyot QkYn26M1ZpXrLt+NSv9tunTBY1YioNtZag4boGhI+vt/bwRO7gqZV/NmlVP5vSHRC0YQ m3yxJOugilEpPUGoQiuG2lLLK2+pifVbMB9a4=

Thank you very much for the timely reply, Scott.

Nao

On Fri, Jan 21, 2011 at 6:43 PM, Cantor, Scott E.
<>
wrote:
>> However, I could not find the server side implementation in OpenSAML.
>
> That would mean including a web server, and OpenSAML is a toolkit, not a
> server. The message related classes have adapters that work with the Java
> servlet API and the rest is just your business.
>
>> Could anybody in the OpenSAML community give me a hint, please?  How
>> does one build a SOAP server that understands SAML?  Preferably with
>> Open Source components?
>
> By hand using a Java servlet container basically, with the library handling
> message encoding/decoding and security. This is all a fair amount of work.
> I'd consider implementing your system on top of Shibboleth as a profile
> handler extension instead. That will save you months of work.
>
> -- Scott
>
>



Archive powered by MHonArc 2.6.16.

Top of Page