Custom Login Form for Windows Authentication?

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

  1. #1

    Default 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'.

    If it's possible, i need too that when a user try to access a page or
    file of the web site without make a login, redirect it to the custom
    login form and don't show the ugly standard 'windows login dialog'

    Any help?

    Thanks in advance,

    Best regards,
    Juan Antonio
    Juan Antonio Tubío Guest

  2. Similar Questions and Discussions

    1. Automatic windows authentication login
      Hi I have 2 intranet sites: Intranet_1 and Intranet_2 both secured using integrated windows authentication in IIS. Using ASP.NET, is there a way...
    2. 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...
    3. multiple login popups using windows authentication
      Hi, I'm am developing an application to use windows authentication. In IIS anonymous access is turned off In my web.config file I have:...
    4. Windows Authentication and Anonymous login URGENT
      | users. However I need to be able to tell a difference if | they have login through the intranet, which window | authentication just lets them in,...
  3. #2

    Default Re: Custom Login Form for Windows Authentication?

    [url]http://aspalliance.com/articleviewer.aspx?aId=553&pId=-1[/url]

    Do you need something of this kind?
    Basically, you need to have both the authentication modes redirecting
    from one to another if former fails.

    CHeers,
    Gaurav Vaish
    [url]http://mastergaurav.org[/url]
    [url]http://mastergaurav.blogspot.com[/url]
    ----------------------------

    MasterGaurav Guest

  4. #3

    Default Re: Custom Login Form for Windows Authentication?

    Hello MasterGaurav:

    Thanks for the url. But, i have seen this url in another message and
    this isn't that i find. In the article, when a user goto
    MyWinAuthSite, his browser show the Standard Windows Authentication
    Dialog, and i need to change this Dialog to a custom aspx page...

    Best Regards,
    Juan Antonio Tubio

    On 4 Apr 2005 03:28:14 -0700, "MasterGaurav" <gaurav.vaish@gmail.com>
    wrote:
    >[url]http://aspalliance.com/articleviewer.aspx?aId=553&pId=-1[/url]
    >
    >Do you need something of this kind?
    >Basically, you need to have both the authentication modes redirecting
    >from one to another if former fails.
    >
    >CHeers,
    >Gaurav Vaish
    >[url]http://mastergaurav.org[/url]
    >[url]http://mastergaurav.blogspot.com[/url]
    >----------------------------
    Juan Antonio Tubio Guest

  5. #4

    Default Re: Custom Login Form for Windows Authentication?

    Hi Antonio,

    For what you describe, this is the scenario that will fit "Forms
    Authentication" where you deal with Windows Auth directly to the AD API.
    Check out this sample:

    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT02.asp?frame=true[/url]

    Regards,
    Hernan de Lahitte
    [url]http://clariusconsulting.net/hdl[/url]


    "Juan Antonio Tubio" <jatubio@NADADESPAMsaluddigital.net> wrote in message
    news:mi6251tpn2mcc4dk4ru662lrqhfpvqmqcq@4ax.com...
    > Hello MasterGaurav:
    >
    > Thanks for the url. But, i have seen this url in another message and
    > this isn't that i find. In the article, when a user goto
    > MyWinAuthSite, his browser show the Standard Windows Authentication
    > Dialog, and i need to change this Dialog to a custom aspx page...
    >
    > Best Regards,
    > Juan Antonio Tubio
    >
    > On 4 Apr 2005 03:28:14 -0700, "MasterGaurav" <gaurav.vaish@gmail.com>
    > wrote:
    >
    >>[url]http://aspalliance.com/articleviewer.aspx?aId=553&pId=-1[/url]
    >>
    >>Do you need something of this kind?
    >>Basically, you need to have both the authentication modes redirecting
    >>from one to another if former fails.
    >>
    >>CHeers,
    >>Gaurav Vaish
    >>[url]http://mastergaurav.org[/url]
    >>[url]http://mastergaurav.blogspot.com[/url]
    >>----------------------------
    >

    Hernan de Lahitte 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