active directory - getting started with Single Sign On / Windows Authentication -


first off, problem:

we have web app flash front-end talks our asp.net web service via soap deals of our server side code (c#).

right now, implement simple user sign on in our application, storing info in our mssql db.

a client has requested understand windows authentication through our application using logged in user.

so, have been tasked investigating this. nobody, including myself, has experience in area.

i have been reading on basic active directory information, , simple tutorials. understand how access directory using adsi through code. i'm interested in seeing how entire thing should architected. don't want throw hacky solution.

does know of tutorial kind of thing or have advice on getting started? more importantly, sound viable?

i know haven't given information, feel free ask , provide answers.

thanks.


edit:

will, give idea of scope of this, network include every computer in large hospital. yes, huge. need start small. come work @ office first. maybe ~10 windows computers on single domain. 1 domain controller.

i open books on subject.

if going tie active directory want take @ system.directoryservices namespace. implementations can vary wildly depending on system architecture, should give starting point.

enjoy!


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -