Authentication to Jazz using C# native library error
I am trying to use the DNG REST APi to get Change Managment work items. I am unable to get pass the authentication. I am currently writing a C# implementation by creating a post to "https://{some ibm cloud service}/ccm/repository" just for testing. I created a http post request with my userid and password to "https://{some ibm cloud service}/jts/auth/j_security_check" When examining the http response object, it stated "java script unsupported." Any suggestions?
One answer
You can not use the DNG REST API to get CCM data. You must use EWM API. The message about JavaScript not supported indicates you did not successfully authenticate. The Authentication is explained here: https://rsjazz.wordpress.com/2021/10/15/elm-authentication/