Normal
0
MicrosoftInternetExplorer4
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin:0in;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman";}
In
my web application I am authenticating user with Active Directory using the
approach recommended here:
http://msdn.microsoft.com/en-us/library/ms998360.aspx
Everything
is working fine, but I need the website to display the user info without him/her
having to log on in a login.aspx page (should look like a single sign on). It should
use his / her windows credentials. For example, Right now after login, the
default page displays Hello, user name and other info. This should be displayed
with out login.aspx, authenticating him/her with machine credentials.
Is there a way for this to be authenticated without a login page using the
Computer's Login info (for a logged in user), to make it look like single sign
on?