Windows Authentication with ADAM

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

  1. #1

    Default Windows Authentication with ADAM

    Hello,

    I have an asp.net 2.0 application with which I want to use ADAM (I'm
    copying users from a separate active directory because the client wants
    us to host it outside their network).

    I'm wondering if it's possible to somehow to use windows authentication
    in this setup or if I need to relent and use forms.

    Any information or resources would be appreciated.

    Thanks,
    -Jack

    Mafuba Guest

  2. Similar Questions and Discussions

    1. window authentication against ADAM users
      Hi, Has anyone know how to do window authentication against ADAM users? Thanks for any reply Ann
    2. Authentication in ADAM
      Hi, I can use for security authentication the information about user and group who I have stored in ADAM (Active Directory Application Mode) from...
    3. ASP.NET Authentication and Windows Authentication
      Hello, I'm developing a web application that will run on an Intranet. I'll use Windows Authentication, so users can access the application...
    4. ADAM authentication
      I've been kicking around ADAM on a 2003 server for a couple of days and after getting the major classes in the schema and making a few objects, now...
    5. Forms authentication with Windows authentication
      Hi, I have an ASP.NET web site that uses IIS Basic Authentication and accesses an OLAP Server at various stages. The OLAP Server authentication...
  3. #2

    Default Re: Windows Authentication with ADAM

    You must use Forms auth in ASP.NET to use ADAM. ADAM does not contain
    Windows security principals and IIS cannot authenticate against it directly
    (yet, anyway).

    You might want to check out the new ActiveDirectoryMembershipProvider in
    2.0. I believe it works with AD and ADAM and will make some of the plumbing
    code for this MUCH easier to use.

    Joe K.

    "Mafuba" <nospam.news@uberjack.com> wrote in message
    news:1115925316.824960.143230@g43g2000cwa.googlegr oups.com...
    > Hello,
    >
    > I have an asp.net 2.0 application with which I want to use ADAM (I'm
    > copying users from a separate active directory because the client wants
    > us to host it outside their network).
    >
    > I'm wondering if it's possible to somehow to use windows authentication
    > in this setup or if I need to relent and use forms.
    >
    > Any information or resources would be appreciated.
    >
    > Thanks,
    > -Jack
    >

    Joe Kaplan \(MVP - ADSI\) Guest

  4. #3

    Default Re: Windows Authentication with ADAM

    Hello Joe,

    there is also a ADAM membership provider for ASP.NET 2.0
    [url]http://www.leastprivilege.com/PermaLink.aspx?guid=de8b2fef-377c-4626-81eb-6693815cacd7[/url]

    hth

    ---------------------------------------
    Dominick Baier - DevelopMentor
    [url]http://www.leastprivilege.com[/url]
    > You must use Forms auth in ASP.NET to use ADAM. ADAM does not contain
    > Windows security principals and IIS cannot authenticate against it
    > directly (yet, anyway).
    >
    > You might want to check out the new ActiveDirectoryMembershipProvider
    > in 2.0. I believe it works with AD and ADAM and will make some of the
    > plumbing code for this MUCH easier to use.
    >
    > Joe K.
    >
    > "Mafuba" <nospam.news@uberjack.com> wrote in message
    > news:1115925316.824960.143230@g43g2000cwa.googlegr oups.com...
    >
    >> Hello,
    >>
    >> I have an asp.net 2.0 application with which I want to use ADAM (I'm
    >> copying users from a separate active directory because the client
    >> wants us to host it outside their network).
    >>
    >> I'm wondering if it's possible to somehow to use windows
    >> authentication in this setup or if I need to relent and use forms.
    >>
    >> Any information or resources would be appreciated.
    >>
    >> Thanks,
    >> -Jack


    Dominick Baier [DevelopMentor] 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