Hi
I have active directory installed in the server and my system is registered with active directory. Normally I have logged into the system as an active directory user.
I have a web application (asp .net) hosted in local IIS, web application requires the single sign-on functionality.
Once I have logged into the system as an active directory user, if I access the web application, it should not ask login to user and it should directly navigate to home page.
If the system user not login as a directory user, then the web application should prompt login screen for entering the credentials by the user.
How to implement the active directory user single sign-on functionality in asp .net application
Thanks