Skip to Content.
Sympa Menu

mace-opensaml-users - Re: [OpenSAML] HttpPostEncoder and HttpPostDecoder

Subject: OpenSAML user discussion

List archive

Re: [OpenSAML] HttpPostEncoder and HttpPostDecoder


Chronological Thread 
  • From: Brent Putman <>
  • To:
  • Subject: Re: [OpenSAML] HttpPostEncoder and HttpPostDecoder
  • Date: Mon, 17 May 2010 17:35:24 -0400


> What template are you using in
> the encoder? The one shipped in OpenSAML would be a template ID of
> "/templates/saml2-post-binding.vm", using the classpath resoure loader.
>


Which btw looks like this:


http://svn.middleware.georgetown.edu/view/java-opensaml2/branches/REL_2/src/main/resources/templates/saml2-post-binding.vm?revision=1303&view=markup


You can use your own Velocity template if you like, but it must contain
the Velocity variables named like so:



## action - String - the action URL for the form
## RelayState - String - the relay state for the message
## SAMLRequest - String - the Base64 encoded SAML Request
## SAMLResponse - String - the Base64 encoded SAML Response






Archive powered by MHonArc 2.6.16.

Top of Page