Integrated security and form based login

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

  1. #1

    Default Integrated security and form based login

    Hi group.

    I am in the middle of defining the overall system architecture for a new
    project, and I am facing some security issues. It is an intranet web
    application accessed through web clients (ASP.NET)

    This is what I want:
    Use integrated security, which will automatically login the user to the web
    app, if the user is logged in on the client.
    In case the user is not logged in or the web app is accessed from a remote
    client security should fall back to form based security, requesting a login.

    Is it possible...and how do I do it?

    Thanx in advance..

    Best regards

    Henrik


    HG Guest

  2. Similar Questions and Discussions

    1. Using Form based Authenication and still getting redirected back to the login page
      Hello Everyone, I am running on a Windows2000 Advanced Server and asp.net 1.1 I have a login form for a site that I am working on and when I try...
    2. Integrated security in ASP.net
      Hi - I'm developing an Intranet app with ASP.NET/VB.NET and want to use integrated security to access the pages. I don't need the users to log in to...
    3. OWA and Form based login page
      Hi, I am having a windows 2003 ADS with exchange 2003. I do have OWA running on the same box. I would like to create a form based login page...
    4. Integrated Security
      Hi I have come across this type of code at many places. New SqlConnection("Data Source=(local);Initial Catalog=XYZ;Integrated Security=SSPI;")...
    5. Form-based security and Application_AuthenticateRequest - help?!
      Hi there, Getting into ASP.Net finally, looks good but I'm having a bit of trouble here. I'm protecting my web site via form-based security (I...
  3. #2

    Default Re: Integrated security and form based login

    Hi Henrik,

    Take a look at this article:

    [url]http://msdn.microsoft.com/asp.net/using/understanding/security/default.aspx?pull=/library/en-us/dnaspp/html/MixedSecurity.asp[/url]
    It sounds very similar to what you're trying to implement.

    PK

    pkontos@nospam.na.linedata.com Guest

  4. #3

    Default Re: Integrated security and form based login

    > Take a look at this article:
    >
    >
    [url]http://msdn.microsoft.com/asp.net/using/understanding/security/default.aspx?pull=/library/en-us/dnaspp/html/MixedSecurity.asp[/url]
    > It sounds very similar to what you're trying to implement.
    >
    > PK

    Thanx. I'll dive into that one.



    HG 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