Is it mandatory to Authenticate using "/jts" in order to use DNG Authentication API "/rm/j_security_check"
![]() I know that we can use API "https://{{server:port}/qm/j_security_check" to authenticate Rqm Apis
Similarly, I thought we can use "https://{{server:port}/rm/j_security_check" API to authenticate DNG
But it seems even to use "https://{{server:port}/rm/j_security_check" API we should first authenticate jts using API: https://jazz-cert.cerner.com:9443/jts/j_security_check
Please find the below image. I tried posting '/rm/j_security' but it redirected to '/jts' and says 'authrequired'
Is this so or am I doing it in wrong way
Reference:
I followed this blog for authenticate DNG API
|
Accepted answer
![]()
Ralph Schoon (61.8k●3●36●43)
| answered Mar 05 '21, 4:18 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Mar 05 '21, 4:19 p.m. If you want to authenticate to RM, you have to authenticate against JTS. Don't ask me why.
Dharani Muli selected this answer as the correct answer
Comments My next question is "WHY" but as you said don't ask, I will not ask anything instead just go ahead and authenticate both JTS and RM :)
Great to know that I am doing it in a right way. Thank you Schoon.
|
One other answer
![]() @Ralph Schoon, do you know which version that is or does it matter? Comments ![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
DOORS Next has always automatically delegated authentication to JTS - I believe the history is that DNG was originally implemented (as Rational Requirements Composer) within the JTS application, and authentication by JTS was retained when DNG was split out as its own application. |