Re: Digest auth in .net 1.1 and Active Directory
- From: Sevgi <Sevgi@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 22 Dec 2007 03:13:02 -0800
Hi Joe,
Thank you for reply.
Under this circumstances what should I do? I have to use .NET 1.1 becuase of
the project environment.
When a user opened the home page of the site, I can get user's logon name
and chek if it's exist in AD. Then redirect to user which page I want. how
can I show logon dialog box to user when user tries to save data to db? It
seems I can not do something like this in 1.1 :(
Thank you,
Sevgi
"Joe Kaplan" wrote:
..NET 1.1 has no support for DIGEST auth with AD. .NET 2.0+ has support for.
DIGEST auth via LDAP using System.DirectoryServices.Protocols. You could
interop with native code at the SSPI level to do DIGEST auth as well,
although there are no wrappers at all for this in .NET. .NET 2.0 contains
wrappers for Negotiate and SSL auth with NegotiateStream and SslStream, but
there is no "DigestStream" to support Digest auth at the SSPI/network level.
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
--
"Sevgi" <Sevgi@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4070C9BF-17DC-4894-AC98-6128D6B7853C@xxxxxxxxxxxxxxxx
Hi,
I've a problem with the AD digest auth. in .net 1.1. In fact I don't have
information about AD and windows authentication. I'm developing a project
which will use digest auth. and user information from AD. When a user try
to
open web site, he/she should see logon dialog. After entered required
information user can see the pages. But when a user try to submit some
data
to database, application must chek if user authenticated, if not then must
show logon dialog and request user info again. Because I don't have enough
knowledge about AD I couldn't get it all.
I know that I should modify web.config for windows aut. and should choose
digest auth. on IIS. But my problem starts with the code. How can I check
if
he/she authenticated and show logon dialog box?
I'm confused :(
I appreciate if someone can help.
Thank you,
Sevgi
- Follow-Ups:
- Re: Digest auth in .net 1.1 and Active Directory
- From: Joe Kaplan
- Re: Digest auth in .net 1.1 and Active Directory
- References:
- Re: Digest auth in .net 1.1 and Active Directory
- From: Joe Kaplan
- Re: Digest auth in .net 1.1 and Active Directory
- Prev by Date: Re: Is this configuration element in web.config need internet access?
- Next by Date: Re: Digest auth in .net 1.1 and Active Directory
- Previous by thread: Re: Digest auth in .net 1.1 and Active Directory
- Next by thread: Re: Digest auth in .net 1.1 and Active Directory
- Index(es):
Relevant Pages
|
|