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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
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