LoginContext key cookie was not present in request

Peter Schober peter.schober at univie.ac.at
Wed Jan 15 17:13:35 EST 2014


* Vignesh, Vanna G. <vignesh at musc.edu> [2014-01-15 22:57]:
> For one particular SP- intuit quickbase - I am getting this above
> error when I turn on the DEBUG mode in the log. Authentication is a
> success but no cookie is passed.

So is it an ERROR level message or a DEBUG level? If it only shows up
when you turn on DEBUG logging likely the latter, so not an error.

Also I'm not sure whether you're saying everthing works fine (and you
can ultimately log in to the SP) or whether there's a functional
problem. If there is. how exactly does it manifest itself?

> How can I make sure SP has the correct endpoint and it is using SAML
> 2 and not SAML 1. Also, how can I read what it is sent by the SP?
> Procotol message in logs tells me what is sent by idp to sp not what
> is received from SP.

The IdP will use endpoints for the SP with bindings it supports itself
and from the authentication request from the SP (validated via SAML
metadata).
The idp-audit.log and idp-process.log will tell you whether any
protocol messages are SAML1 or SAML2.
I think the SP's authentication request should also be in the IdP logs
on DEBUG. Either way, you can also grab it from the webbrowser in
transit. That is easiest using Mozilla Firefox and SAML tracer
extension, which will highlight messages it thinks contain SAML
protocol messages and will decode and reformat them for you.
-peter


More information about the users mailing list