Logging in to multiple sites with the same credentials - DOTNET

This is a discussion on Logging in to multiple sites with the same credentials - DOTNET ; Hello, I am not sure if this group is appropriate for this question. We are using ASP.Net and we have several unrelated sites running on a couple of web servers. Each site is linked to an SQL database. As it ...

+ Reply to Thread
Results 1 to 2 of 2

Logging in to multiple sites with the same credentials

  1. Default Logging in to multiple sites with the same credentials

    Hello,

    I am not sure if this group is appropriate for this question. We are
    using ASP.Net and we have several unrelated sites running on a couple
    of web servers. Each site is linked to an SQL database. As it is, we
    keep a seperate table for each site to hold the login information.


    It was requested that we have one login page from the main company
    site that will direct the user directly to their site. How can this
    be
    done? Since each group of sites have their connection pool and i
    don't
    want to pass the login information in the Response.Redirect.


    We thought of passing the information encrypted along with the
    sessionid, so that even if the browser keeps the information in the
    history, the user would still have to login from the site.


    Any ideas?


    By the way, the idea is that the client gets a chance to look at our
    services from the main site. Our clients login from public places, so
    they have to type their username and password everytime.


    thanks


  2. Default RE: Logging in to multiple sites with the same credentials

    If you use Forms Authentication on each site,
    and the MachineKey settings are fixed (not "autogenerate")
    and the site number e.g. .../W3Svc/"1" is the same on each
    machine, and allowCrossAppRedirects is true in your Forms
    settings in web.config, and the username / password/hash
    values are the same in each Users SQL Server table, then
    you should be able to have the user authenticated with the same
    credentials on each site.
    -- Peter
    Recursion: see Recursion
    site: http://www.eggheadcafe.com
    unBlog: http://petesbloggerama.blogspot.com
    BlogMetaFinder: http://www.blogmetafinder.com



    "Wael" wrote:

    > Hello,
    >
    > I am not sure if this group is appropriate for this question. We are
    > using ASP.Net and we have several unrelated sites running on a couple
    > of web servers. Each site is linked to an SQL database. As it is, we
    > keep a seperate table for each site to hold the login information.
    >
    >
    > It was requested that we have one login page from the main company
    > site that will direct the user directly to their site. How can this
    > be
    > done? Since each group of sites have their connection pool and i
    > don't
    > want to pass the login information in the Response.Redirect.
    >
    >
    > We thought of passing the information encrypted along with the
    > sessionid, so that even if the browser keeps the information in the
    > history, the user would still have to login from the site.
    >
    >
    > Any ideas?
    >
    >
    > By the way, the idea is that the client gets a chance to look at our
    > services from the main site. Our clients login from public places, so
    > they have to type their username and password everytime.
    >
    >
    > thanks
    >
    >


+ Reply to Thread

Similar Threads

  1. logging auth credentials with messageid
    By Application Development in forum SendMail
    Replies: 6
    Last Post: 12-25-2007, 11:12 PM
  2. MOSS 2007 requires multiple user credentials
    By Application Development in forum Sharepoint
    Replies: 8
    Last Post: 10-14-2007, 01:14 PM
  3. Logging in to multiple sites with the same credentials
    By Application Development in forum Inetserver
    Replies: 2
    Last Post: 09-20-2007, 11:47 AM
  4. DLL, GAC, and Multiple Web Sites
    By Application Development in forum DOTNET
    Replies: 2
    Last Post: 08-14-2007, 05:56 AM
  5. OWA logon credentials multiple times
    By Application Development in forum Microsoft Exchange
    Replies: 2
    Last Post: 02-10-2004, 09:05 AM