Authenticate using machine login

Rate It (1)

Last post 09-09-2008 5:03 AM by hemantksh. 1 replies.

Sort Posts:

  • Authenticate using machine login

    09-09-2008, 3:25 AM
    • Member
      point Member
    • john_sa
    • Member since 09-06-2008, 11:57 AM
    • Posts 4

      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?

     

  • Re: Authenticate using machine login

    09-09-2008, 5:03 AM
    Answer
    • Member
      488 point Member
    • hemantksh
    • Member since 09-08-2005, 10:22 AM
    • ND, India
    • Posts 79

    I believe you can do this easily by implementing Windows authentication instead of Forms authentication.

Page 1 of 1 (2 items)