简体   繁体   English

使用LDAP实现单点登录

[英]implementing single sign on using LDAP

We want to develop application for customer which uses LDAP for authentication makes it use for single sign on (SSO) technique.We are very beginner about this topic. 我们希望为使用LDAP进行身份验证的客户开发应用程序,使其用于单点登录(SSO)技术。我们是关于这个主题的初学者。

What we think about LDAP upto now is(Correct me if i am wrong): 我们现在对LDAP看法是(如果我错了,请纠正我):

  1. There is LDAP server somewhere which contains users and its associated role. 有一个LDAP server包含用户及其相关角色。
  2. when user browse our web application it asks to enter username and password (which is actually credentials for LDAP server ) 当用户浏览我们的Web应用程序时,它要求输入用户名和密码(实际上是LDAP server凭据)
  3. when LDAP server authenticates it sends a token to our web application ,we put that token in cookies and use this token to authenticate users for every web application with in our domain. LDAP server身份验证时,它会向我们的Web应用程序发送一个令牌,我们将该令牌放入cookie中,并使用此令牌为我们域中的每个Web应用程序的用户进行身份验证。
  4. so using this technique we do not have to make additional modules for user managemen t. 因此,使用这种技术,我们不必为user managemen制作额外的模块。

what we are missing ? 我们缺少什么?

Any idea will be appreciated/ 任何想法将不胜感激/

Thanks in Advance 提前致谢

此链接应该让您入门: 如何:在ASP.NET 2.0中使用成员身份

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM