Questions tagged [node-sspi]

2 questions
1
vote
1 answer

how to use node-sspi with fastify

I want to use https://github.com/abbr/nodesspi I am trying to use justify instead of express. It looks like it should just work but it doesn't. Its pretty much the equivalent of the express snippet. I get an error at the authenticate function…
The Fool
  • 16,715
  • 5
  • 52
  • 86
0
votes
1 answer

Implementing Node Expose SSPI in application developed with ReactJs (front) NodeJs (Back)

I used to develop a website that fetches data with kerberos authentication. Unfortunately, when we used react as a frontend framework and tried to implement this code https://github.com/jlguenego/react-sso-example. we could not run it. Firstly, we…