Problem with external authentication

Cantor, Scott cantor.2 at osu.edu
Fri Sep 18 09:47:51 EDT 2015


On 9/18/15, 9:07 AM, "dev on behalf of Per Ahlbom" <dev-bounces at shibboleth.net on behalf of per.wj.ahlbom at gmail.com> wrote:

>Trying to start an authentication sequences with the test sp 
>https://sp.testshib.org/ <https://sp.testshib.org/> but get the expectation:
> 
>net.shibboleth.idp.authn.ExternalAuthenticationException: No conversation state found in session

I don't really know how you could break that, it's internal to the operation of the login flow that redirects to your servlet. Either the Java session is being lost, or you're transferring control to something that doesn't share any state with the IdP. I don't know if sessions span webapp contexts or not, probably not. Maybe your servlet isn't in the IdP's webapp context.

-- Scott



More information about the dev mailing list