D
David Thielen
Hi;
I think this can be done. I want to be able to do the following:
1) User hits my ASP.NET app from a browser running on Windows XP, and there
is a trust relationship between the domain they are logged in as on their
workstation and the domain of the server I am running on -> I get their
credentials with their not having to enter a username/password and I can then
open files and access a database as them. Using any browser, not just IE.
2) They or on a workgroup (not domain) or on a system without a trust
relationship, or on a non-Windows O/S, they are then prompted for their
username/password on the domain my server is running on and once they enter
it, I get their credentials, and I never see or touch their password. And
again, I can then open files & access the database as them.
Can this be done? And if so, any urls to a simple example?
I think this can be done. I want to be able to do the following:
1) User hits my ASP.NET app from a browser running on Windows XP, and there
is a trust relationship between the domain they are logged in as on their
workstation and the domain of the server I am running on -> I get their
credentials with their not having to enter a username/password and I can then
open files and access a database as them. Using any browser, not just IE.
2) They or on a workgroup (not domain) or on a system without a trust
relationship, or on a non-Windows O/S, they are then prompted for their
username/password on the domain my server is running on and once they enter
it, I get their credentials, and I never see or touch their password. And
again, I can then open files & access the database as them.
Can this be done? And if so, any urls to a simple example?