So I have recently implemented node-sspi(https://www.npmjs.com/package/node-sspi) in my app that is based on express. It's works great within my environment. Now for a specific requirement I must have a login page. Node-sspi package provides a basic auth prompt that is basically a pop-up from browser. I am wondering if there is a way to have let's say a react login page that your are redirected to and can input the creds there. Then upon submit the creds are sent to node sspi. Is this possible? I am not tied to node-sspi but I need to have SSO and basic auth and the ability to pull and use as groups for role based auth. Thanks for any help!
Submitted December 05, 2019 at 02:22PM by Pumpkinb0y
No comments:
Post a Comment