Can I pass ASP Basic Auth Credentials to an APS.NET Forms Authentication site?

From: Douglas J. Badin (DJBadin_at_NOSPAM.msn.com)
Date: 01/23/04

  • Next message: Holly Mazerolle: "Re: Forms Authentication Problem"
    Date: Fri, 23 Jan 2004 10:30:56 -0500
    
    

    I am converting an ASP Website running Windows NT 4.0 to ASP.NET running
    Windows 2000 on a different computer across the Internet. During this
    process, both will be active and availble to users.

    The ASP site A uses Basic Authentication and has the user enter a UserID and
    Password that are Authenticated against a database.

    The ASP.NET site N uses Forms Authentication and has the user enter a UserID
    and Password that are Authenticated against a copy of the ASP's database.

    At this point in time I am only concerned with the scenario as follows:

    - User Logs in to Site A (ASP)
    - Site A redirects the User to Site N (ASP.NET)

    In this scenario, the User has to enter their UserID and Password a second
    time when accessing Site N.

    Can Site A programitically pass the credentials, UserID and Password, to
    Site N so the user does not have to logon a second time with the same UserID
    and Password without changing the authentication schemes of either site.

    If so, what are my options?

    Thanks,
    Doug


  • Next message: Holly Mazerolle: "Re: Forms Authentication Problem"

    Relevant Pages

    • Re: ADSI Authentication using ASP - Problem
      ... ASP application over the web. ... "Basic Authentication" enabled. ... Dim oRootDSE As IADs ... strPassword As String, strUserADSPath As String ...
      (microsoft.public.inetserver.iis.security)
    • Re: Cant make a domain user the "anonymous access" user
      ... I have tried both with and without Integrated authentication enabled. ... I get a login prompt if I am using an NTLM-capable ... I can then authenticate using the domain account ... Pool containing this ASP page ...
      (microsoft.public.inetserver.iis.security)
    • Re: Newbie Needs Help!
      ... >> based authentication via SQL Server for a section of our corporate web ... >> I know classic ASP quite well, but the ASP .NET world is very different. ... >> Will IIS 5.0 support ASP .Net's built in methods for the integrated form ... > You can map the aspnet ISAPI dll to these other file extensions in IIS, ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: Single Sign On
      ... project (traditional ASP) that authenticates against TAM and am developing ... the portal site makes a call to an ASP.NET web service ... > user accesses one of the ASP.NET apps, ... so enabling Forms Authentication allows the ASP.NET app ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: ASP using ADSI
      ... I'm using ASP because I know nothing of .net. ... My environment is an NT4 domain that is being migrated to W2K3 AD domain. ... Now the issues revolve around authentication. ... When you say you set up a service account, ...
      (microsoft.public.windows.server.active_directory)