Ask a Question related to ASP.NET Security, Design and Development.
-
aiKeith #1
Login to LDAP using current credentials
Hello,
Here is my situation. I have developed several apps that require
authentication to access. For authentication, I have the users enter thier
user/pass and click login, which is then sent to an LDAP Server (NOVELL) - if
binding is successful, I use the login object to retrieve various
fields/attributes of the LDAP directory for that user.
This works just fine, but what I want to do is transparently log the user in
- so they do not have to provide thier credentials. All of the users have
the Novell Client installed and log in in the morning.
Is there a way to do this like you would if I was getting the windows
account via DllImport and the user32.dll - or any other way to take the users
current credentials and bind them to LDAP for authentication purposes, etc.?
I suppose much of this will depend on if NOVELL's classes will allow a login
token to be passed as opposed to supplying both the user/pass.
Any help would be appreciated.
aiKeith Guest
-
Pass credentials from one web site to another for seamless login
I have a partner company that has a web site that I need to gain access through the web site in my company. I need to be able to log into my site... -
Web site content determined by login credentials?
We are an architectural firm, and we would like to integrate a secure area with a username and password on our web site that would allow our clients... -
Using Window Login credentials to authenticate
Hi, Instead of prompting for a username and password, how can allow access to a coldfusion site based on there windows login credentials??? ... -
LDAP and Login
Hello Everyone, I really do not know what I am doing. I am trying to use LDAP authentication so people can login into my application yet keep... -
How to pass Windows login credentials to ActiveDirectory
Hi, I am using windows integrated authentication for my asp.net intranet application. basically, I have to pass the windows username & password to... -
aiKeith #2
Login to LDAP using current credentials
Hello,
Here is my situation. I have developed several apps that require
authentication to access. For authentication, I have the users enter thier
user/pass and click login, which is then sent to an LDAP Server (NOVELL) - if
binding is successful, I use the login object to retrieve various
fields/attributes of the LDAP directory for that user.
This works just fine, but what I want to do is transparently log the user in
- so they do not have to provide thier credentials. All of the users have
the Novell Client installed and log in in the morning.
Is there a way to do this like you would if I was getting the windows
account via DllImport and the user32.dll - or any other way to take the users
current credentials and bind them to LDAP for authentication purposes, etc.?
I suppose much of this will depend on if NOVELL's classes will allow a login
token to be passed as opposed to supplying both the user/pass.
Any help would be appreciated.
aiKeith Guest
-
aiKeith #3
Login to LDAP using current credentials
Hello,
Here is my situation. I have developed several apps that require
authentication to access. For authentication, I have the users enter thier
user/pass and click login, which is then sent to an LDAP Server (NOVELL) - if
binding is successful, I use the login object to retrieve various
fields/attributes of the LDAP directory for that user.
This works just fine, but what I want to do is transparently log the user in
- so they do not have to provide thier credentials. All of the users have
the Novell Client installed and log in in the morning.
Is there a way to do this like you would if I was getting the windows
account via DllImport and the user32.dll - or any other way to take the users
current credentials and bind them to LDAP for authentication purposes, etc.?
I suppose much of this will depend on if NOVELL's classes will allow a login
token to be passed as opposed to supplying both the user/pass.
Any help would be appreciated.
aiKeith Guest



Reply With Quote

