[closed] Trouble with LTPA - SSO used within Jazz (ccm/qm)
Hi folks,
again I'm facing problems but this time it's with the LTPA token. When I login to /ccm and click on the little arrow next to the home symbol it shows my applications but for /qm it first said I should loginto but now it sais "There are no projects". When I click on "All Projects" it shows me the login screen of /qm. The curious thing is: /rm is working with LTPA. This confuses me a bit, because both applications are on the same server but in different WAS profiles. Both profiles do have as authentication mechanism LTPA activated. I'm using a webserver (webserver1) to get all applications accessible through the servername without a port number. Any ideas? Here some pics to tell you this problem: Greetings, Simon |
The question has been closed for the following reason: "The question is answered, right answer was accepted" by eickel Sep 16 '13, 1:09 a.m.
Accepted answer
Have you configured the SSO domain on all profiles to same value? e.g. ".jazz.mydomain.com" Have you exported the SSO keys on the first profile and imported this on all other profiles? This are NOT the certificate key stores. This are other Keys used for the LTPA tokens.
Here what I'm doing in WAS to configure SSO with multiple profiles:
Simon Eickel selected this answer as the correct answer
Comments
Simon Eickel
commented Jan 25 '13, 4:39 a.m.
Hi Guido,
I checked with another testserver in our environment where it's working and found that at the testserver the key was imported to the NodeDefaultTrustStore, also.
Guido Schneider
commented Jan 25 '13, 5:36 a.m.
I enhanced this answer, see above.
Simon Eickel
commented Jan 25 '13, 6:40 a.m.
Thanks for this more detailed explanation.
|