NodeSSPI icon indicating copy to clipboard operation
NodeSSPI copied to clipboard

Server-side windows authentication for Node.js

Results 27 NodeSSPI issues
Sort by recently updated
recently updated
newest added

Any idea if the library can be used to call Custom SSPI packages installed in the system. I have build a sample SSP provider and registered in my machine, Now...

Hello there, great module, would you have any hints on how to integrate this as a passport strategy ? Thank you

I'm interested in using node-sspi in a client - how hard would it be to extend it to be able to generate Authenticate: headers for requests to proxies/sites?

enhancement
help wanted

I have a NodeJS based application (Express) that runs as a proxy on port 80 to other NodeJS applications on the same server (different ports). We have a need to...

@abbr I added the nodeSSPI Api call to an express server on a remote machine. Everything works fine on a local host request via Ajax from the browser and the...

Hi! Noticed that if useSSPI is used in combination with perRequestAuth and you just try press f5 frequently node starts spitting out the following warning: "(node:10936) Warning: Possible EventEmitter memory...

confirmed

Hello, Is there way to filter the usergroups so that only required usergroup is received? For example, if I want usergroups of a user that contains "ABC_", can I provide...

help wanted