How should one check for user authentication for Jazz Rational Applications?
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
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.
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.