At finally at the point where I want to try calling my workflow from an external C# program.
I’m working with a developer and we’re not quite sure how to authenticate.
I’m using SSO for vCO and per the documents, it seems like we need to generate a principal holder-of-key token.
I have some vCO-xxxxx id which I got from virtual center web client but that’s not enough.
I found the two threads here but they seem to be linux based, referring to a run.sh. When I tried to call run.bat on windows, I had a little trouble to get it to work (java error, files not in the right location) but when I did get it to do something, I don’t think it was working right (plus it said I need the java jdk and vco only installs a jre it seems)
Can anyone help tell me how to get this token that I need from a windows box?
Thanks