Comment 5 for bug 614004

Revision history for this message
Roland Hedberg (roland-hedberg) wrote : Re: [Bug 614004] Re: Client global logout doesn't work

On 8/7/10 11:05, Lorenzo Gil Sanchez wrote:
> Another different issue related to the global logout is the handling of
> the IdP logout response. We need to process that SAML response and do
> the local logout if everything is fine.
>
> See my changes in changeset
> http://bazaar.launchpad.net/~lgs/pysaml2/main/revision/273
>
>
Right!

I guess there is a special reason for returning None when there is no
SAMLResponse ?
You want to distinguish this case from when there is a SAMLResponse but
when this can be either OK or not OK.
So in fact you have three possible outcomes.

-- Roland