RE: ASP.net app with Windows authentication challenging one user only
From: Chris Mohan (ChrisMohan_at_discussions.microsoft.com)
Date: 11/12/04
- Previous message: Chris Mohan: "RE: Site Config Question"
- In reply to: Tom Ketter: "ASP.net app with Windows authentication challenging one user only on second visit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 11 Nov 2004 16:54:02 -0800
I had to trouble shoot a similar problem last week.
Is this user accessing the network via VPN? In my company all browsers have
the urls of our intranet apps listed in the "Trusted Site's Zone" list of
sites in internet explorer AND this zone is set to automatically pass thier
workstation login information to sites in the trusted zone(not a good idea if
people start listing arbitrary sites-- we might have actually done this for
the "Local Intranet" zone.)
Anyway.. after alot of troubleshooting with the user over the phone here's
the pattern i observed.
If the user initiates a VPN session before attempting to access the site
then (whether or not the VPN session is active at that particular moment then
the user is not challeged for her credentials and automatically gains access
to the iste.)
HOWEVER, if the user attempts to access the site BEFORE initiating the VPN
session.. then the authentication dialog box launches. This user logins to
her laptop using her network account.
My "reading" of that is: initiating a VPN session must set some kind of
authentication token on the client machine that persists throughout the
workstation logon session. If VPN hasn't "talked" to the network prior to an
attempt to access an internal resource then the credentials don't get
passed(or arent' recognized as valid.. or something.)
Hope that helps
"Tom Ketter" wrote:
> Hi All,
>
> I have an intranet application that uses ASP.net Windows
> authentication. It has been working flawlessly for the past year.
> Recently, one employee has experienced a problem accessing the site.
>
> *When the user first re-starts his computer and connects to the site,
> it recognizes him and functions normally.
>
> *If he closes the browser and attempts to re-connect, it will present
> the authentication dialog.
>
> *Currently, no other users are experiencing this problem.
>
> *It surfaced when this user began using a new computer.
>
> Any ideas would be greatly appreciated!
>
> Thanks,
> Tom
>
- Previous message: Chris Mohan: "RE: Site Config Question"
- In reply to: Tom Ketter: "ASP.net app with Windows authentication challenging one user only on second visit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|