Hi Haripasath, When analyzing the trace that you have attached I noted that the IdP hostname has been changed from localhost -> 127.0.0.1 -> localhost. IS maintains the logged in session via a cookie set to the IdP Url. These cookies are set against the hostname in the browser.
So in your case, after the successful authentication 'samlssoTokenId' is set against 127.0.0.1 hostname. But the login request is sent under 'localhost' hostname. So the cookie is not sent back to the server there. So the server cannot find the session with regard to this logout request. Please make sure that you use the same hostname along the full flow either localhost or 127.0.0.1 Thanks, Malithi. On Thu, Feb 18, 2016 at 12:45 AM, Hariprasath Thanarajah < [email protected]> wrote: > Hi All, > > I couldn't find the reason behind this why is this happening. Can anyone > have any idea ? > > On Fri, Feb 5, 2016 at 12:56 PM, Hariprasath Thanarajah < > [email protected]> wrote: > >> Hi Philips, >> >> Any update on this? >> >> On Tue, Feb 2, 2016 at 2:57 PM, Hariprasath Thanarajah < >> [email protected]> wrote: >> >>> Hi Philips, >>> >>> You can find the SSO tracer in the following attachment. >>> >>> >>> >>> On Tue, Feb 2, 2016 at 2:22 PM, Chamara Philips <[email protected]> >>> wrote: >>> >>>> Hi Hariprasath, >>>> It is because the sessionID is null. It will be helpfull, if you can >>>> attach the SSO tracer. >>>> >>>> Thanks. >>>> >>>> On Tue, Feb 2, 2016 at 11:58 AM, Hariprasath Thanarajah < >>>> [email protected]> wrote: >>>> >>>>> Hi All, >>>>> >>>>> I have implemented mailChimp Authenticator for IS. When I logout from >>>>> sample webapp(travelocity.com) i got the below error, >>>>> >>>>> [2016-02-02 11:41:01,907] ERROR >>>>> {org.wso2.carbon.identity.sso.saml.processors.SPInitLogoutRequestProcessor} >>>>> - ssoTokenId cookie not found in the logout request >>>>> >>>>> >>>>> Any suggestions? >>>>> >>>>> -- >>>>> >>>>> >>>>> *Thank you and Regards**Hariprasath Thanarajah* >>>>> Associate Software Engineer | WSO2 >>>>> E: [email protected] >>>>> M: +94752806528 >>>>> >>>>> >>>>> _______________________________________________ >>>>> Dev mailing list >>>>> [email protected] >>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>> >>>>> >>>> >>>> >>>> -- >>>> Hareendra Chamara Philips >>>> *Software Engineer* >>>> Mobile : +94 (0) 767 184161 <%2B94%20%280%29%20773%20451194> >>>> [email protected] <[email protected]> >>>> >>>> >>> >>> >>> -- >>> >>> >>> *Thank you and Regards**Hariprasath Thanarajah* >>> Associate Software Engineer | WSO2 >>> E: [email protected] >>> M: +94752806528 >>> >>> >> >> >> -- >> >> >> *Thank you and Regards**Hariprasath Thanarajah* >> Associate Software Engineer | WSO2 >> E: [email protected] >> M: +94752806528 >> >> > > > -- > > > *Thank you and Regards**Hariprasath Thanarajah* > Associate Software Engineer | WSO2 > E: [email protected] > M: +94752806528 > > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- *Malithi Edirisinghe* Senior Software Engineer WSO2 Inc. Mobile : +94 (0) 718176807 [email protected]
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
