I need to create a sso(Single Sign On) based on the LTPA, is there a way to use the tomcat server to accept the LTPA token or the spring security can decrypt the LTPA token and authorize the user. And I have probably searched everywhere, However there is no solution,
How can i configure spring security to use WebSphere LTPA authentication? Once spring security and LTPA have authenticated, how can i set/get the LTPA token in/from cookie?
Thanks in advance.
I am sorry, but IBM does not provide any public libraries for LTPA encryption / decryption.