Skip to Content.
Sympa Menu

mace-opensaml-users - Re: Exception upon parsing SAML request

Subject: OpenSAML user discussion

List archive

Re: Exception upon parsing SAML request


Chronological Thread 
  • From: "Alexander Mueller" <>
  • To: <>
  • Subject: Re: Exception upon parsing SAML request
  • Date: Tue, 30 Aug 2005 17:33:29 +0200


> The SP makes requests, he's trying to parse them.
> I don't have a sample yet for that (somebody is donating one), but you can
> look at the Shibboleth IdP's SOAP listener here:
> http://tinyurl.com/93krv
> Basically, it's just:
> SAMLBinding binding = SAMLBindingFactory.getInstance(SAMLBinding.SOAP);
> SAMLRequest req = binding.receive(...);
> Nothing to it.
> Scott

Thanks very much Scott. This is _exactly_ the thing I was after at.

Thanks again ....
Alexander



Archive powered by MHonArc 2.6.16.

Top of Page