Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
henriqueniak
Contributor
Contributor

.net sdk authentication failed with "windows authentication"

I did a similar development to this: https://github.com/kolsrud/qlik_rest_sdk

But I can't authenticate using IIS settings. "windows authetication on"

I can only connect using networkCredentials, where I have to enter from the screen.

I need to perform by windows authentication.


var restClient = new RestClient(senseServerUrl);
restClient.AsNtlmUserViaProxy();
var json = restClient.Get("/qrs/App");

Can someone help me ?

Labels (1)
0 Replies