Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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 ?

0 Replies