Ask a Question related to ASP.NET Security, Design and Development.
-
Mafuba #1
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
-
window authentication against ADAM users
Hi, Has anyone know how to do window authentication against ADAM users? Thanks for any reply Ann -
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... -
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... -
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... -
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... -
Joe Kaplan \(MVP - ADSI\) #2
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
-
Dominick Baier [DevelopMentor] #3
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



Reply With Quote

