Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
20aldrich20
Contributor
Contributor

Authorize via .Net SDK

Does anybody know how to authorize a user via the .net sdk so the user doesn't have to login through the hub to be able to view the embedded charts?

Labels (4)
1 Reply
Øystein_Kolsrud
Employee
Employee

After you have connected using the SDK, you can retrieve the resulting session cookie from the location object:

https://help.qlik.com/en-US/sense-developer/September2019/APIs/net+sdk/html/P_Qlik_Sense_JsonRpc_Loc...

But you would have to feed that cookie to your browser somehow, and I have no idea how you would do that.