Form Authentication with Remote Login.aspx

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Form Authentication with Remote Login.aspx

    I know this is an old question, but searching all over the internet plus
    several MS security conferences, still haven't got a straight anwser.

    Basically, the login.aspx is on one dedicated server in the domain using AD.
    ASP.NET applications run on other servers (not neccessary in domain) and
    trying to use authentication server. How could this be done?

    - Most response says you need to set MachineKey the same, but that doesn't
    seem to work
    - There's one article says the login.aspx needs to set a third-party cookie
    for the requester in order for them to retrieve (sounds reasonable, any
    examples?) Any workaround if not so sure about browser privacy settings?
    - Can I use Server.Transfer to pass the cookie/ticket/principal to the
    request page? Is that safe?

    Anyway, the goal is have a central .NET based form authentication for all
    our intra-net web applications.

    Thanks.


    Beginner Guest

  2. Similar Questions and Discussions

    1. Custom Login Form for Windows Authentication?
      Hello: I need to have a custom login form page for a site with Windows Authentication and internally i make the 'authentication windows process'....
    2. Is there a way to determe reason for authentication in login form?
      I can't find a way to tell if the login form has been run as a result of accessing a directory the user is not authorized for. I am using forms...
    3. Form authentication, what about normal login?
      Hello, Let's assume we have setup from-based authentication in a website. And the front page of this website is a login page with some welcome...
    4. ASP remote authentication / surpress login dialog
      Hello everybody, I need to setup a mechanism (preferred in ASP .net) to open an URL on a different user level protected virtual server (or even...
  3. #2

    Default Re: Form Authentication with Remote Login.aspx

    Thanks for the update, but I couldn't quite understand your anwser.

    Many assumed it's the same case as webfarm and suggest change MachineKey
    setting, but that alone seems not enough. In my case, application servers
    may not be in the domain. I think you can not retrieve cookie set by other
    servers.

    I'm pretty sure someone out there has done a centralized form authentication
    service, please help.

    Thanks.

    "Subramanian" <avs_iyer@nospam.rediffmail.com> wrote in message
    news:OyJJH$1$DHA.3004@TK2MSFTNGP10.phx.gbl...
    > Hi,
    >
    > I suppose the login.aspx page can be hosted on the other server it self as
    > both of them will be in the same domain and so it becomes easier to pass
    the
    > control.
    >
    > regards
    > Manian
    > "Beginner" <bzhang@hotmail.com> wrote in message
    > news:egGqfFh$DHA.1796@TK2MSFTNGP12.phx.gbl...
    > > I know this is an old question, but searching all over the internet plus
    > > several MS security conferences, still haven't got a straight anwser.
    > >
    > > Basically, the login.aspx is on one dedicated server in the domain using
    > AD.
    > > ASP.NET applications run on other servers (not neccessary in domain) and
    > > trying to use authentication server. How could this be done?
    > >
    > > - Most response says you need to set MachineKey the same, but that
    doesn't
    > > seem to work
    > > - There's one article says the login.aspx needs to set a third-party
    > cookie
    > > for the requester in order for them to retrieve (sounds reasonable, any
    > > examples?) Any workaround if not so sure about browser privacy
    settings?
    > > - Can I use Server.Transfer to pass the cookie/ticket/principal to the
    > > request page? Is that safe?
    > >
    > > Anyway, the goal is have a central .NET based form authentication for
    all
    > > our intra-net web applications.
    > >
    > > Thanks.
    > >
    > >
    >
    >

    Beginner Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139