Problem with external authentication

Cantor, Scott cantor.2 at osu.edu
Fri Sep 18 12:55:19 EDT 2015


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

>It seams that tomcat creats two different session keys  one for the idp webapp and one for my authentication webapp.

That's the problem, you can't have External authentication implemented outside the IdP's webapp. I thought that was the case, but I wasn't sure.

>Should the java file containing the code be added to the shibboleth idp webapp if not how do you get the same sessionid to my authentication webapp?

The part that interacts with the IdP's API does have to be inside, the rest doesn't. The part that's in the session applies only during the start/finish calls.

-- Scott



More information about the dev mailing list