Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
northerner
Partner - Contributor III
Partner - Contributor III

.Net SDK: SAML authentication

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:

  1. Which As...() method should be used to to connect in my C# app?
  2. What parameters are required by the method for SAML authentication.

I'd be grateful for any help.

Thanks!

1 Reply
northerner
Partner - Contributor III
Partner - Contributor III
Author

‌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).