Different IDPs on same Machine

Cantor, Scott cantor.2 at osu.edu
Mon Jun 11 17:13:30 BST 2012


On 6/11/12 11:56 AM, "delosrec" <delosrec at imsweb.com> wrote:

>I have a similar setup... two IDPs running on the same Tomcat. The problem
>is, the login.config of the first IDP is being used by the second IDP. I
>can't figure out why the second IDP is ignoring its own login.config.

Because it's a global system property. If you need something better, you
need a custom login handler that specifies the JAAS config inside itself
and initializes the JAAS layer for its own use.

-- Scott



More information about the users mailing list