Re: Using Active Directory for Centralized Authentication
- From: "Joe Kaplan \(MVP - ADSI\)" <joseph.e.kaplan@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 27 Jul 2006 20:50:26 -0500
Yes, lots and lots of people do this. In fact, this all "just works" if you
put your web servers into the domain and use the built in authentication
features in IIS. ASP.NET makes it very easy to leverage your groups
directly in your web applications.
If you don't want to use the built-in features in IIS to get this, .NET 2.0
comes with a new membership and role provider things that plug in to AD and
allow you to do forms authentication against AD. There are tons of
documents on MSDN about this kind of stuff.
If you aren't using ASP.NET, you can still do this, but the docs will vary
based on the web platform you are using.
Joe K.
--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
<joshuahatten@xxxxxxxxx> wrote in message
news:1154038885.143693.324070@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I'd like to have our internal developers begin using Active Directory
for security within their applications. This would simplify user
management by allowing users to have the same un/pw on 20 different
applications. My thought is that we would use LDAP to directly query
AD, return authentication and group information to the web app which
will then allow or deny access and set permissions (based on what info
is returned).
A few questions:
1. Has anyone done this?
2. If so, do you have any documentation or recommendations on scaling,
design, setup?
Thank you,
J
.
- Follow-Ups:
- Re: Using Active Directory for Centralized Authentication
- From: joshuahatten
- Re: Using Active Directory for Centralized Authentication
- References:
- Using Active Directory for Centralized Authentication
- From: joshuahatten
- Using Active Directory for Centralized Authentication
- Prev by Date: Re: Joining a Domain.
- Next by Date: Re: Any way to create a query based security group
- Previous by thread: Using Active Directory for Centralized Authentication
- Next by thread: Re: Using Active Directory for Centralized Authentication
- Index(es):
Relevant Pages
|