Re: WCF Security Question
- From: Dominick Baier <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 14 Mar 2007 16:40:24 +0000 (UTC)
Hi,
i have no clue about Edirectory - but Kerberos will allow you to propagate the credentials over exactly 2 hops
Client
|
Service
|
Database
That means you need a Domain and Keberos/Delegation configured correctly.
-----
Dominick Baier (http://www.leastprivilege.com)
Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/9989.asp)
We have the following structure:
Windows (probably vista)
WPF
Service Layer
WCF in IIS
Service Layer
Business Objects
Domain Model
Database
We need to use the WindowsIdentity from the user logged on to the
windows machine all the way through to the database. We'd like to
make sure that they have single sign-on (i.e. they log onto windows
and that's it). With Windows Authentication, I think that's going to
be pretty easy to do, since WCF and IIS support it natively.
However, we have to also support Novell NDS (EDirectory).
1. Can we use WindowsIdentity for this?
2. Does anything in IIS and WCF help us here.
3. Are we going to have to do an LDAP query and is the user going to
have
to supply username and password credentials when the app opens for
non-AD
security providers?
Any help here would be greatly appreciated.
Robert
.
- References:
- WCF Security Question
- From: Robert May
- WCF Security Question
- Prev by Date: WCF Security Question
- Next by Date: Using Protocol Transition and Constrained Delegation to access a domain controler via LDAP
- Previous by thread: WCF Security Question
- Next by thread: Using Protocol Transition and Constrained Delegation to access a domain controler via LDAP
- Index(es):
Relevant Pages
|
|