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: "Scott Cantor" <>
  • To: "'Tom Scavo'" <>, "'Alexander Mueller'" <>
  • Cc: <>
  • Subject: RE: Exception upon parsing SAML request
  • Date: Tue, 30 Aug 2005 10:36:02 -0400
  • Organization: The Ohio State University

> Look at the Shibboleth Java SP implementation in package

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




Archive powered by MHonArc 2.6.16.

Top of Page