Single Sign On with NodeJS on Linux Server in Windows domain network

为君一笑 提交于 2021-01-27 05:50:14

问题


in the company i work for we've got a lot of windows 20xx servers. we're using an active directory domain controller for authentication. programs like SharePoint or Dynamics CRM 2015 (hosted on IIS of course) don't need a separate input of user credentials when opened in IE. you open it and you're logged in - magic :) i think it's something that only works with IIS?

i'm developing AngularJS applications with a NodeJS backend. NodeJS backend runs on linux machine, AngularJS app is hosted on the same machine by Nginx webserver. everything is in the same network.

is there any way to authenticate a user in my AngularJS app hosted on that linux machine without asking him/her for his/her credentials? a working solution that doesn't require IE would be best case.

thank you very much!

来源:https://stackoverflow.com/questions/33019539/single-sign-on-with-nodejs-on-linux-server-in-windows-domain-network

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!