Tagged Questions
The ltpa tag has no wiki summary.
3
votes
4answers
2k views
Generate an LTPA token?
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, ...
1
vote
1answer
335 views
Single Sign On using Tomcat
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 ...
1
vote
2answers
2k views
How to use the information in an LTPA token
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 ...
0
votes
2answers
121 views
Passing on LPTA token on webservices call isn't working
I've got a j2ee web application using j2ee security, so the identity of the user is propagated from WebSEAL to the application, running in WAS7. I'm now trying to make a SOAP webservices call and ...
0
votes
1answer
736 views
WebSphere JAX-WS Cross-Cell authentication
We want to build a front-end web application to consume the WPS’ HumanTask API using JAX-WS. This web application should be able to query current tasks for a specific user, claim tasks not claimed ...
0
votes
2answers
145 views
can I discover another users LTPA2 token on the machine / in the browser?
If you put sit Paros on the traffic between your browser and a web application being hosted in WebSphere, you will have two session identifiers passed as part of the cookie section of the HTTP ...
0
votes
1answer
398 views
How to catch an LTPA WebSphere exception
When using LTPA basic authentication with WebSphere 7 if a password is incorrect an exception is thrown thus:
[11/24/10 14:51:44:405 CET] 00000011 exception W ...