Re: [saml-dev] Single signout from IDP side

From
Cantor, Scott <>
Date
2014-03-12T18:26:27+00:00
ID
Thread
Re: [saml-dev] Single signout from IDP side
On 3/12/14, 2:22 PM, "Phalguni Mukherjee"
<> wrote:

>I tried request.getAttribute(SAML2Constants.SESSION_INDEX); and
>request.getParameter(SAML2Constants.SESSION_INDEX); both returns null, is
>their some other way of getting these valuse?

That isn't a SAML question, it's a software support question. There is no
reason why either of those would work, and I can guess why they don't, but
it certainly has nothing to do with SAML as a standard.

Java doesn't just magically consume SAML messages, any more than it does
any other application protocol. You need code to parse, validate, and
expose the data.

-- Scott