IdentityServer 4 with Active Directory on Premise

笑着哭i 提交于 2019-12-04 11:57:31

问题


Our client have many applications and they want to integrate it to just log once (single sign on), but they want that using active directory on premise they have their own server.

We decided to evaluate identityserver so we found this http://docs.identityserver.io/en/latest/topics/windows.html that identitserver 4 support active directory but here we dont see where we are going to put the LPAD//... route to connect to the active directory... so we are with doubts if identityserver supports or not Active directory or Maybe we cant undertand it very well. Thank you.


回答1:


IdentityServer supports multiple ways to authenticate Windows users

  • Windows integrated authentication if the machine running IS is domain joined (as the documentation describes)
  • Username/password login page via LDAP (manual code from the account controller)
  • via federation (e.g. with OpenID Connect/ADFS or a domain joined IdentityServer)


来源:https://stackoverflow.com/questions/46042599/identityserver-4-with-active-directory-on-premise

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