
Partner - Contributor III
2018-03-26
06:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
.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:
- Which As...() method should be used to to connect in my C# app?
- What parameters are required by the method for SAML authentication.
I'd be grateful for any help.
Thanks!
946 Views
1 Reply

Partner - Contributor III
2018-04-06
03:01 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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).
