Consider the following setup:
A webapplication deployed on a Websphere Application Server (6.1 if it matters)
the app will get accessed through a webseal reverse proxy
the webseal takes care of the authentication and passes on an LTPA token as sign of valid authentication
If I got it right, the LTPA token contains information like us...
We have a need to integrate a server with our WebSphere environment that does not support LTPA. I found the blog post here and corresponding code to decode the information in an LTPA token. However, there's no code explaining the digital signature and how that's generated/validated. Does anyone have any information on how to generate ...
We are thinking about moving from WebSphere to Tomcat. In WebSphere, we use LTPA to achieve single sign on between the different applications (running in different physical servers).
What is the best way to get single sign-on between 2 physical machines in Tomcat?
...