Skip to Content.
Sympa Menu

mace-opensaml-users - Re: [OpenSAML] request:get-parameter("SAMLResponse", "")

Subject: OpenSAML user discussion

List archive

Re: [OpenSAML] request:get-parameter("SAMLResponse", "")


Chronological Thread 
  • From: Brent Putman <>
  • To:
  • Subject: Re: [OpenSAML] request:get-parameter("SAMLResponse", "")
  • Date: Thu, 12 May 2011 15:12:12 -0400

Something like that is going to be defined by the binding in use. If
it's one of the bindings defined by the SAML specification (which it
probably is), you can see the SAML Bindings spec for all the details[1].
If it's HTTP-POST or HTTP-Redirect DEFLATE, then yes, that is the name
defined by the spec. If you're implementing an SP, you should really
take a look at these specs, though.

Also, OpenSAML makes doing this manual processing unnecessary. We have
components called decoders (and encoders) that handle all of this for you.


1. http://saml.xml.org/saml-specifications



On 5/12/11 2:30 PM, Gina Choi wrote:
> I am getting SAML response token from ADFS using
> request:get-parameter("SAMLResponse", "") method. My question here is if
> parameter name - "SAMLResponse" is standard? Or it can be different
> depends on identity provider? I try to figure out if it is ok to
> harcode "SAMLResponse" or make it configurable.
>
>
>
> Thanks.
>
>
>
> Gina
>
>
>



Archive powered by MHonArc 2.6.16.

Top of Page