Extranet web apps with authentication

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sqlDon
    New Member
    • Oct 2006
    • 5

    Extranet web apps with authentication

    We have two Web applications. Developed in Visual Studio 2003 .NET C#.

    Web application1 is on ExtranetServer1
    Web application2 is on ExtranetServer2

    Users, outside our network, are challenged with a Windows login and password, when accessing the home page of application1 (as expected).

    However, we have a hyperlink to a menu for application2 on Extranet2. They again are challenged to enter their windows login and password. The users are not happy about logging in twice.

    Windows Authentication is enable on both applications for security.

    What options do we have to supress the windows login when going from application1 to application2?

    Thanks in advance!!
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    This article may help:
    Single Sign-On Enterprise Security for Web Applications

    Comment

    Working...