Questions tagged [ltpa]

LTPA - Lightweight Third-Party Authentication is a IBM provided mechanism to achieve Single Sign-On between IBM WebSphere servers and Lotus Domino servers. Once a user is successfully authenticated a LTPA token will be stored as a cookie in the user's web browser, providing who the authenticated user is to other servers in the same configured SSO domain.

LTPA - Lightweight Third-Party Authentication is a IBM provided mechanism to achieve Single Sign-On between IBM WebSphere servers and Lotus Domino servers. If the server is configured to use LTPA, the server first checks for a valid LTPA token for the SSO domain the server has been configured for. If the LTPA token is not yet present the user must authenticate normally.

Technology

In order for a server to use the LTPA authentication mechanism, it must first be configured to do so. When configuring the usage of LTPA between servers, the servers must be in the same domain (also configured in the LTPA configuration) and use the same LTPA SSO key as each other. Once the user has been authenticated the first time, the server creates two cookies: LtpaToken and LtpaToken2. The latter is the latest version of the token, the former is used for backward compability with older servers. The cookies are encrypted and contains (as a minimum requirement) the user's login.

When the same user accesses another server in the same SSO domain, the user will not need to re-authenticate. The server will read the LTPA token and after validating it accept the users authentication.

The LTPA token is time sensitive and will eventually expire. As a result it is important that the time on the server is synchronized as the server might otherwise consider a fully valid token as invalid. How long the token is valid for is configured on the server.

More information

88 questions
0
votes
1 answer

Using SPNEGO and LTPA in WebSphere

General question. Server admin setup SPNEGO. The LTPA bullet is marked under Global Security in admin console. My understanding is that SPNEGO captures username from an initial sign-on (ie network). Later, if user goes to an app's URL, few of the…
0
votes
1 answer

Invalid Cookie Header in IBM MobileFirst Platform

I am finishing our first IBM MobileFirst application, but since the beginning we received a warning from the HTTP Adapter about an invalid cookie header. The exact message is: [WARNING ] Invalid cookie header: "Set-Cookie: …
Sietse
  • 623
  • 1
  • 8
  • 23
0
votes
0 answers

Signle Sign On between Cognos and Lotus Domino

I have some lotus domino servers with single sign on using LTPA tokens. I want to enable SSO for cognos server too. Cognos is a sub-domain of domino domain (eg mylotus.com and cognos.mylotus.com). Lotus version is 8.5.3 and Cognos version is…
mike_x_
  • 1,900
  • 3
  • 35
  • 69
0
votes
0 answers

Need help in Single Sign On with multiple REALMs

We have implemented Single Sign-On (SSO) using Kerberos in our production environment. The configuration of our application is as below. Operating System: Solaris10 Application Server: WebSphere7.0.0.11 Things are working fine for the Parent domain…
Chilukuri
  • 27
  • 2
  • 8
0
votes
1 answer

Generate LTPAToken2 for a custom Application Hosted on WAS 8.5 with Single Sign on(SSO) enabled

We have created a custom application and deployed it as separate WAR in IBM WebSphere Application Server 8.5. In the custom application we have created a class file to check whether Ltpatoken2 is set . If it’s not set the user will redirect to…
user457508
  • 41
  • 1
  • 5
0
votes
1 answer

LTPA2 token name won't change

we have a complex infrastructure with WebSEAL, Websphere Portal and a couple of Wesphere AS' where we [obviously] want to set up SSO. we successfully configured TAI++ etc, but unfortunately default LTPA2 token name ("LtpaToken2") is not acceptable…
Yog Sothoth
  • 344
  • 1
  • 4
  • 18
0
votes
1 answer

What version of ltpa version does Liberty support?

In Websphere Liberty, what version of ltpa does it support? Is there a way which I change to version 1 vs 2? Thanks. Joshua
0
votes
0 answers

Does LTPA token expiration prevent sending of SOAP response to standalone application

I am using WebSphere 6.1 server. In my application, we use web services for the communication of standalone client(Swing) with web part. From web part, we use WebSphere MQ to communicate with the Pro*C part. When we trigger a button in client part,…
0
votes
2 answers

Worklight antXSFRealm login failure after authenticating against Data Power

I changed recently the authentication mecanism to Data power LTPA authentication. The auth it self works fine but when attempting to access the first adapter after login (my request contains an LTPA token Cookie), it fails with this message :…
0
votes
1 answer

access LTPA token outside of WebSphere context

I've a web app which is deployed in tomcat and from this web app, i have to consume a SOAP service which is deployed in Websphere. To access this service, i need to pass LTPA token. I'm very new to websphere, don't know how can i get LTPA token in…
Pankaj
  • 3,512
  • 16
  • 49
  • 83
0
votes
1 answer

mock user / password data source with Websphere Application Server (WAS) and LTPA

I need to mock the user accounts datasource (the 'user realm') for a web app on WAS 8.x. The final actual implementation will use LTPA with Active Directory as the authentication datasource, and Spring Security for the Authorization part…
Pablo
  • 167
  • 1
  • 2
  • 13
0
votes
1 answer

Worklight LTPA SSO

I am creating a SSO application and I have set all the setting on WebSphere Application server and it's working fine and genrating a Token now my question is if I want to use same LTPA token in another application that are hosted in same server, Can…
0
votes
4 answers

SSO between IBM connections and external Java EE application

Most documentations I find including the IBM connection Wiki page does not talk about implementing SSO between Java EE app and Connections. Has anyone ever achieved this? In the past I did manage to get away with it using CredentialVault with…
Thakhani Tharage
  • 1,288
  • 16
  • 19
1 2 3 4 5
6