Skip to Content.
Sympa Menu

mace-opensaml-users - Re: Getting error when parsing SAML document

Subject: OpenSAML user discussion

List archive

Re: Getting error when parsing SAML document


Chronological Thread 
  • From: Chad La Joie <>
  • To:
  • Subject: Re: Getting error when parsing SAML document
  • Date: Tue, 21 Nov 2006 15:08:36 -0500

The documentation of that class provides methods that can take an InputStream containing the SAML, or a String containing the URI to the SAML. If you have a String with the SAML in it already just create an InputStream and use the parse method that accepts that. I think there is a StringbufferInputStream or something that takes a string and wraps it as an InputStream.


wrote:
Yes it is a String which contains SAML token.

Can I have sample code for this.



Archive powered by MHonArc 2.6.16.

Top of Page