WCF Security Question

R

Robert May

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
 
D

Dominick Baier

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top