Re: Windows Integrated Auth/Basic Auth
From: Mike Moore [MSFT] (michmo@online.microsoft.com)
Date: 03/15/03
- Next message: Mike Moore [MSFT]: "Re: Setting Principal for HttpWorkerRequest"
- Previous message: Steve: "Re: Server.Transfer Vs. Response.Redirect"
- In reply to: Joseph Geretz: "Re: Windows Integrated Auth/Basic Auth"
- Next in thread: Bassel Tabbara [MSFT]: "RE: Windows Integrated Auth/Basic Auth"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: michmo@online.microsoft.com ("Mike Moore [MSFT]") Date: Sat, 15 Mar 2003 00:17:16 GMT
Hi Rafal and Joseph,
Both Basic and Windows Integrated authentication save their credentials on
the client (Windows integrated is also known as NTLM and also as
Challenge-Response). Therefore, you need to convince the client browser to
release the credentials. With Internet Explorer, you can do this with an
ActiveX control as described in this article.
195192 HOWTO: Clear Logon Credentials to Force Reauthentication
http://support.microsoft.com/?id=195192
Thank you, Mike Moore
Microsoft, ASP.NET
This posting is provided "AS IS", with no warranties, and confers no rights.
--------------------
>From: "Joseph Geretz" <jgeretz@nospam.com>
>References: <024201c2e4ae$542af8e0$3301280a@phx.gbl>
>Subject: Re: Windows Integrated Auth/Basic Auth
>Date: Fri, 7 Mar 2003 09:59:58 -0500
>Lines: 20
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
>Message-ID: <Oigk0mL5CHA.3912@TK2MSFTNGP10.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.aspnet.security
>NNTP-Posting-Host: 216-211-204-244.firstgate.net 216.211.204.244
>Path: cpmsftngxa06!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
>Xref: cpmsftngxa06 microsoft.public.dotnet.framework.aspnet.security:4236
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
>
>Hi Rafal,
>
>I have a similar question which I've posted below as 'How to provide Log
Off
>for a Web Application?' posted on 3/6. So far no one has come up with an
>answer but I'm still hoping...
>
>- Joseph Geretz -
>
>"Rafal" <r.otto@eracent.com> wrote in message
>news:024201c2e4ae$542af8e0$3301280a@phx.gbl...
>> I would like to set Basic Authentication and Integrated
>> Windows Authentication on my web app to give an access
>> automatically for users logged in to the system without
>> any click. However, I would like then to give a
>> possibility to logout and login as a different account.
>> Any idea how to do that?
>>
>> Rafal
>
>
>
- Next message: Mike Moore [MSFT]: "Re: Setting Principal for HttpWorkerRequest"
- Previous message: Steve: "Re: Server.Transfer Vs. Response.Redirect"
- In reply to: Joseph Geretz: "Re: Windows Integrated Auth/Basic Auth"
- Next in thread: Bassel Tabbara [MSFT]: "RE: Windows Integrated Auth/Basic Auth"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|