Re: Active Directory authorization
- From: "Joe Kaplan" <joseph.e.kaplan@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 12 Dec 2008 23:40:38 -0600
AD should be fine as a source for authentication for your web service. The easiest way to use AD for authentication is to just use the transport layer authentication schemes built in to IIS (basic, integrated, digest, client certs). I'd suggest that as a going in position as it works well with a broad array of different clients and does not require support for message layer security or any other WS-* specific features.
For app level authorization, I'd suggest checking out Microsoft's Authorization Manager (AzMan) framework. It is a powerful role-based security mechanism that has excellent principal mapping support for AD security principals (users and groups) and can work with other principal sources as well (ADAM, ADFS, etc.).
--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
"faanyan" <faanyan.3kc7nf@xxxxxxxxxxxxx> wrote in message news:faanyan.3kc7nf@xxxxxxxxxxxxxxxx
Hi, I'm doing a project about single authentication and authorization
using Web Service and Active Directory.
The main idea is that any application in an organization should adapt
themselves for using my Web Service in
parts of authentication to use only one users' identity for a user for
every applications.
The users' identities are kept in AD and used by the Web Service.
Another part is authorization.
Now, I designs that the service provides methods for application
registration so that the applications can register to the service and
that the service manages publishing the applications into the AD. The
application developers also has to grant privileges for an application
to groups/roles of users via the service. This can authorize users who
access applications.
Moreover, I want to do central authorization in a deeper level, the
business logic level of the applications. I want my service, whose
authorization core is on AD, to be able to control users using internal
processes of an application like the way GPOs work with Windows. I
wonder if it's possible? Maybe done by controlling some libraries in
NET Framwork for .NET applications or something like that (I wonder if
AD has such features)?
--
faanyan
------------------------------------------------------------------------
faanyan's Profile: http://forums.techarena.in/members/faanyan.htm
View this thread: http://forums.techarena.in/active-directory/1086810.htm
http://forums.techarena.in
.
- References:
- Active Directory authorization
- From: faanyan
- Active Directory authorization
- Prev by Date: Re: Site with multiple DC's
- Next by Date: Re: Password hashes
- Previous by thread: Active Directory authorization
- Index(es):
Relevant Pages
|
Loading