I've spent some time researching how to automate a login between two web applications which I am hosting on the same Websphere app server instance.
Ie. I have web app a. I want to show webapp b in an iframe inside webapp a but I do not want my user to login when the iframe shows. The crentials for both applications are the same so I want an auto login. They both require a jsessionid cookie.
I read about the trust authentication interceptor that comes with was. Can anyone verify that it can be used to achieve an automatic login between web applications?
How would it work in my situation.
I am using was 6.1.
Thanks