Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I've created a small C# app that successfully connects to a dev sense server. The virtual proxy uses ticket authentication and the .Net app uses the AsNtlmUserViaProxy() method to connect. This works well.
I get a problem when I try to connect to the prod sense server. The proxy in this environment uses saml authentication. I've read through the documentation but I'm not sure about:
I'd be grateful for any help.
Thanks!
I eventually resolved this. The problem was that I didn’t have a licence assigned on the prod server (oops!)
Once a licence was assigned, the code that worked for dev also worked for prod (SAML authentication made no difference here).