The Artima Developer Community
Sponsored Link

C# Answers Forum
how to implement single sign on in c#.net

1 reply on 1 page. Most recent reply: Jan 15, 2009 10:04 PM by Amit Mitra

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Billy Guo

Posts: 2
Nickname: guobilly
Registered: Oct, 2008

how to implement single sign on in c#.net Posted: Oct 16, 2008 7:49 PM
Reply to this message Reply
Advertisement
hi everyone,

I have to implement a web base application....

it is require to use single sign on....

DirectoryEntry objDE = new DirectoryEntry("LDAP://172.16.100.12", UserName, Password, AuthenticationTypes.Secure);

UserName can get from Request.ServerVariable("LOGON_USER");

the problem is how I get the Password??

Anyone can help.....

Thanks!!!


Amit Mitra

Posts: 2
Nickname: mitraamit
Registered: Jan, 2009

Re: how to implement single sign on in c#.net Posted: Jan 15, 2009 10:04 PM
Reply to this message Reply
Hi,

If you can explain a bit bout ur problem, it would be a little easy to describe the solutions. There are several implications

1. User signing in to one app and gets authenticated to other apps in domain,automatically.

2. All the webservs are running IIS i.e Windows environments with Integrated windows authentication.

3. Is it a Internet or Intranet application.


Please provide the topology.

And by the way it is not advisable and not permissible to retreive the password of any user in the domain.

Regards, Amit

Flat View: This topic has 1 reply on 1 page
Topic: Using set and get in C Sharp Previous Topic   Next Topic Topic: SQL Database Unit Testing in C#

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use