jlguenego / node-expose-sspi

Expose Microsoft Windows SSPI to Node for SSO authentication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot input the keytab and principal in the library running on a Windows Server

nekyouto opened this issue · comments

Was trying to implement Kerberos in my current project.

I was looking through the documentation and the README file. But couldn't find the necessary function that indicates the parsing of the principal and the keytab file. Am I missing something or this is going to be a feature to be supported in the future? Or is the code reading the keytab file from some other location in the Windows Environment under the hood?

Keytab, unfortunately, do not integrate with Microsoft SSPI interface. So it is not usable by the node-expose-sspi.