Authenticating Users on an Intranet

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

  1. #1

    Default Authenticating Users on an Intranet

    Greetings all,

    I have a question if I may. I have written a web-based application
    using ASP.NET and VB.NET. The application resides on our intranet. I
    would like to authenticate the users without making them enter a user
    name and password since they were already authenticated when they
    logged into their machine. Is this possible? How can I do that? How
    would I be able to get the user name?

    Thank you very much in advance.

    Adam

    adamz90@yahoo.com Guest

  2. Similar Questions and Discussions

    1. Help authenticating installer
      Hello, I have administrator access to my computer and have set all setting to enable downloading, etc. However, when I try to download Shockwave...
    2. authenticating users using their windows login with cf 4and windows server 2000
      Does anyone know of a way to authenticate users using cfauthenticate and security context using coldfusion 4 running on a windows server 2000...
    3. Authenticating against Novell.
      Anybody has any idea on how I could authenticate against Novell NDS with a functionnality like Windows Authentication. Let me explain. Clients on...
    4. Authenticating against NT 4 Domain
      Hi All, We have a website that uses Forms Authentication. the users userid and password are setup on the NT 4 Domain. And, the information...
    5. How do you figure out the LDAP://? ("Error authenticating. Error authenticating user. The specified domain either does not exist or could not be contacted")
      Hi, I am using the example "Authenticate against the Active Directory by Using Forms Authentication and Visual Basic .NET": ...
  3. #2

    Default Re: Authenticating Users on an Intranet

    Hello [email]adamz90@yahoo.com[/email],

    sure - just change to <Authentication Mode="Windows" /> in web.config
    and remove anonymous access in the directory security tab in IIS



    ---------------------------------------
    Dominick Baier - DevelopMentor
    [url]http://www.leastprivilege.com[/url]
    > Greetings all,
    >
    > I have a question if I may. I have written a web-based application
    > using ASP.NET and VB.NET. The application resides on our intranet. I
    > would like to authenticate the users without making them enter a user
    > name and password since they were already authenticated when they
    > logged into their machine. Is this possible? How can I do that? How
    > would I be able to get the user name?
    >
    > Thank you very much in advance.
    >
    > Adam
    >


    Dominick Baier [DevelopMentor] Guest

  4. #3

    Default Re: Authenticating Users on an Intranet

    Dominick,

    Thank you kindly for the quick response. I do have the Authentication
    Mode="Windows" and anonymous access unchecked (I have Integrated
    Windows checked). However, when I request the page, I get the log in
    dialoug box. I am hoping to bypass the log in dialoug all together.
    Any thoughts?

    Thanks again in advance.

    Adam

    adamz90@yahoo.com Guest

  5. #4

    Default Re: Authenticating Users on an Intranet

    Hello [email]adamz90@yahoo.com[/email],

    make sure the user has at least read ACLs on the NTFS files...that should
    help :)

    cheers

    ---------------------------------------
    Dominick Baier - DevelopMentor
    [url]http://www.leastprivilege.com[/url]
    > Dominick,
    >
    > Thank you kindly for the quick response. I do have the Authentication
    > Mode="Windows" and anonymous access unchecked (I have Integrated
    > Windows checked). However, when I request the page, I get the log in
    > dialoug box. I am hoping to bypass the log in dialoug all together.
    > Any thoughts?
    >
    > Thanks again in advance.
    >
    > Adam
    >


    Dominick Baier [DevelopMentor] Guest

  6. #5

    Default Re: Authenticating Users on an Intranet

    Hello [email]adamz90@yahoo.com[/email],

    i assume you have a domain environment?

    ---------------------------------------
    Dominick Baier - DevelopMentor
    [url]http://www.leastprivilege.com[/url]
    > Dominick,
    >
    > Thank you kindly for the quick response. I do have the Authentication
    > Mode="Windows" and anonymous access unchecked (I have Integrated
    > Windows checked). However, when I request the page, I get the log in
    > dialoug box. I am hoping to bypass the log in dialoug all together.
    > Any thoughts?
    >
    > Thanks again in advance.
    >
    > Adam
    >


    Dominick Baier [DevelopMentor] Guest

  7. #6

    Default Re: Authenticating Users on an Intranet

    If they're using FireFox then they'll still get prompted. I think there's
    a plug-in somewhere for FireFix to pass the integrated windows credentials
    automatically... If this is your problem, I'd go google for the plug-in.

    -Brock
    DevelopMentor
    [url]http://staff.develop.com/ballen[/url]


    > Dominick,
    >
    > Thank you kindly for the quick response. I do have the Authentication
    > Mode="Windows" and anonymous access unchecked (I have Integrated
    > Windows checked). However, when I request the page, I get the log in
    > dialoug box. I am hoping to bypass the log in dialoug all together.
    > Any thoughts?
    >
    > Thanks again in advance.
    >
    > Adam
    >


    Brock Allen Guest

  8. #7

    Default Re: Authenticating Users on an Intranet

    Dominick,

    Again, thanks for your quick feedback. The users do have read ACLs on
    the folder where the application is, and yes, we have a domain
    environment.

    I am not sure what's going on.

    Adam

    adamz90@yahoo.com Guest

  9. #8

    Default Re: Authenticating Users on an Intranet

    Thanks Brock, but we are using IE. - Adam

    adamz90@yahoo.com Guest

  10. #9

    Default Re: Authenticating Users on an Intranet

    Hello [email]adamz90@yahoo.com[/email],

    Try turning on Auditing for all logon events and object access in your web
    app...

    maybe that gives you some hints

    ---------------------------------------
    Dominick Baier - DevelopMentor
    [url]http://www.leastprivilege.com[/url]
    > Thanks Brock, but we are using IE. - Adam
    >


    Dominick Baier [DevelopMentor] Guest

  11. #10

    Default Re: Authenticating Users on an Intranet

    The web server is on a Win 2000 machine while the development machine
    is a Win XP Pro machine. Does that make any difference?

    Dominick, thank you kindly for the feedback. Greatly appreciate it.

    Adam

    adamz90@yahoo.com 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