I am trying to do an SSO between IBM and my own custom application. Now, from what read I understood is LTPA is a mechanism used by WebSphere and other IBM products (e.g lotus products) as a means of authentication (typically for a Single Sign-on SSO).
Now, can I use this mechanism in my own custom application? What I need is if a person is already logged in IBM Application like Information Governance Catalog so my application should not show its own login page. The user should be automatically logged in
How can I achieve this? In this Link it is given for older version. I am not very much comfortable in JAVA so please bear with me on this.