Re: Forms Authentication & Windows Authentication
- From: "Joe Kaplan" <joseph.e.kaplan@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 27 Feb 2007 23:18:58 -0600
Set the Credentials property on the web service proxy client object to a
NetworkCredential object that contains the username and password you
collected. You may also need the domain name.
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
--
"Stormbringer" <Stormbringer@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F9C5C6F5-697B-48C9-87DB-0059A3CA3948@xxxxxxxxxxxxxxxx
I have a .NET 2.0 web app that uses forms authentication to get around an
issue with FireFox. FireFox will allow you to save the username/pass and
this
is a SOX no no.
The objects in the web application call a Windows Authenticated web
service.
I do have the username and password so I can create a WindowsIdentity
object.
Question is, how do I get that to the web serivce?
Or is there a better way to do this? I tried WSE 3.0 but the logic in the
business logic gets very messy.
Thanks.
.
- Prev by Date: Re: CAS newbie
- Next by Date: Re: Getting GROUPS from Active Directory by inputing an AD username
- Previous by thread: Re: CAS newbie
- Next by thread: Re: Assigning roles to a smart card authenticated user
- Index(es):
Relevant Pages
|
|