Re: web service security w/ mixed mode auth - seeking advice
From: Dominick Baier [DevelopMentor] (dbaier_at_pleasepleasenospamdevelop.com)
Date: 11/28/05
- Next message: Dominick Baier [DevelopMentor]: "Re: SSL port 443 only for certain pages"
- Previous message: Dominick Baier [DevelopMentor]: "Re: problem with thrust policy on web server"
- In reply to: MR: "web service security w/ mixed mode auth - seeking advice"
- Next in thread: MR: "Re: web service security w/ mixed mode auth - seeking advice"
- Reply: MR: "Re: web service security w/ mixed mode auth - seeking advice"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 28 Nov 2005 09:33:20 -0800
Hello MR,
have a look at WSE3 - Microsoft's implemenation of WS-Security - or use SSL.
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> Hello,
>
> I'm using the .NET 2.0 platform to created a distributed application
> with a Winforms client application connecting to a web service layer.
> I would like the client to be able to pass username/password auth
> credentials to the web service, which could then be validated against
> a local database OR, optionally, against Windows Active Directory. A
> flag within the user database would determine whether a particular
> user is authed against the DB or AD.
>
> It seems trivial to implement either forms authentication or Windows
> authentication, but not so trivial when you want to allow either to
> work. It seems to me that the only solution is to accept the
> username/password credentials from the user, encrypt them on the
> client, send them to the web service layer, decrypt, then apply them.
>
> The challenge then becomes one of managing the encryption on the
> client/server, and where to store the common encryption key
> information. Dropping this data into a common assembly seems
> dangerous, and I'm struggling to find a better solution.
>
> Am I overlooking a better overall approach?
>
> - MR
>
- Next message: Dominick Baier [DevelopMentor]: "Re: SSL port 443 only for certain pages"
- Previous message: Dominick Baier [DevelopMentor]: "Re: problem with thrust policy on web server"
- In reply to: MR: "web service security w/ mixed mode auth - seeking advice"
- Next in thread: MR: "Re: web service security w/ mixed mode auth - seeking advice"
- Reply: MR: "Re: web service security w/ mixed mode auth - seeking advice"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|