Re: windows authentication
From: Joe Kaplan \(MVP - ADSI\) (joseph.e.kaplan_at_removethis.accenture.com)
Date: 09/17/04
- Next message: Steven Licciardi: "RSACryptoServiceProvider"
- Previous message: John Lau: "Re: SmtpMail works for logged on user but not asp.net on Windows XP"
- In reply to: MB: "windows authentication"
- Next in thread: Ken Schaefer: "Re: windows authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 16 Sep 2004 21:15:33 -0500
If you use Basic authentication, you will always get prompted (make sure you
combine that with SSL if you do). If you use Integrated auth, then the
prompt will be based on your IE settings. IE can be set to always prompt,
or send the current user's credentials automatically. If you use group
policy in your organization, I believe you can control this browser setting
with that.
Joe K.
"MB" <mikebanks@clearchannel.com> wrote in message
news:f3f8a088.0409161339.7dd0893f@posting.google.com...
> I've got the following settings in my web.config file which is working
> properly, however my users want to see the login prompt each time the
> visit the site. Is there a setting or code that I can impliment so
> that users are prompted upon each visit?
>
> <authentication mode="Windows">
> </authentication>
> <identity impersonate="false" />
> <authorization>
> <allow roles="domain\xxx1, domain\xxx2"
> users="domain\user1, domain\user2" />
> <deny users="*"/>
> </authorization>
>
>
> Thanks in advance,
> Mike.
- Next message: Steven Licciardi: "RSACryptoServiceProvider"
- Previous message: John Lau: "Re: SmtpMail works for logged on user but not asp.net on Windows XP"
- In reply to: MB: "windows authentication"
- Next in thread: Ken Schaefer: "Re: windows authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|