Reputation: 1
I am developing a cross platform application with electron.js. I need to call a web api that is on an iis server with integrated security.
On a Mac computer I created a kerberos ticket to connect to the web API, from a chrome browser it does not ask me for credentials because it uses the ticket ones. But from the app electron does not use the kerberos ticket. How I do this?
Upvotes: 0
Views: 1163