It's all about the answers!

Ask a question

How should one check for user authentication for Jazz Rational Applications?


Harinder Singh (1146) | asked Nov 13 '15, 6:19 a.m.
 How to check for user authentication for each of the following Rational applications using rest Api?
* JTS
* RQM
* RTC
* RRM

i tried using 
https://<server>:<port>/rm/authenticated/identity/j_security_check?j_username=user&j_password=pass
but it only works well for JTS, other applications throw HTTP 408 error for the same URL. But once user is logged in then this link works for all the applications.
Any quick support for this please ?

One answer



permanent link
Donald Nong (14.5k414) | answered Nov 15 '15, 6:58 p.m.
You should use /<context_root>/authenticated/identity for this purpose. It is explained a bit in the below article.
https://jazz.net/library/article/604

If you're using 6.0 and enable JSA SSO (although it does not appear so given the URL that you use), it changes quite significantly and no documents detailing how to handle it have been released yet.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.