Ask a Question related to ASP.NET Security, Design and Development.
-
EvasionKid #1
Force Popup with authentication mode="Windows"
Is there a way to make my intranet web application NOT automatically
use the logged in user when using the "Windows" authentication mode?
I want to force the windows popup to always appear, prompting them for
a user name and password (with domain name already filled in for them,
if possible), as would happen if the logged in user didn't have access
to the resource.
I know how to do this with forms authentication, but I'd really rather
do it thru windows authentication.
Thanks!
EvasionKid Guest
-
Help! A "Connect to" popup menu appears when trying toplay a video
Thanks. A "Connect to" popup menu appears that asks for my username and password when trying to play video. I believe this menu began... -
How to force "save as" rather than open?
On a particular page, depending on what the user has clicked, I'll either stream music to them using the following code: print "<META... -
Capturing a failed login within "windows authentication"
Is there an event or "something" that happens when I can Log a message (or whatever) when a logon attempt fails when unsing "Windows... -
#25101 [Opn->Bgs]: (only on .php files)I Keep getting "Enter Network password" popup window
ID: 25101 Updated by: sniper@php.net Reported By: oc34 at hotmail dot com -Status: Open +Status: ... -
Where does IIS and ASP.Net save Authentication info? (sessionState mode="SQLServer")
Hi, I've successfully setup my machine to use: sessionState mode="SQLServer". All is up and running so no problems so far. Because I curious... -
Johan Normén NSQUARED2 #2
Force Popup with authentication mode="Windows"
Hi,
What security configuration are you using in IIS for your
application?
JN
automatically>-----Original Message-----
>Is there a way to make my intranet web application NOTauthentication mode?>use the logged in user when using the "Windows"prompting them for>I want to force the windows popup to always appear,filled in for them,>a user name and password (with domain name alreadydidn't have access>if possible), as would happen if the logged in userreally rather>to the resource.
>
>I know how to do this with forms authentication, but I'd>do it thru windows authentication.
>
>Thanks!
>.
>Johan Normén NSQUARED2 Guest
-
EvasionKid #3
Re: Force Popup with authentication mode="Windows"
The origional idea was for technician to be able to
access the webpage while working at a customer's
workstation, the app would check to see if the logged
in domain user was a member of a group with access,
and if not, prompt for a username/password for someone
who does have access.
To do this, I changed the web.config file to use "Windows"
authentication mode, added a roll allow for the group
the technicians belong to, and set the authentication
methods for the web to use Basic Authentication only.
This has worked well and maintains the authentication
throughout the session.
The problem I've encountered is with some monitoring
workstations that are always logged in. When a tech
uses the app from there it gets the wrong user name.
This issue would happen if a tech were to go to
another tech's workstation and use the app, as well.
To prevent this, the only workaround I can think of
is to somehow make the app impersonate some other
user when it first tries to authenticate, popping
the request box for username and password.
If you know how to do this, or some other means of
achieving the same result of the box always popping,
please let me know!
Thanks!
Nash
> Hi,
>
> What security configuration are you using in IIS for your
> application?
>
> JN
>
>> automatically> >-----Original Message-----
> >Is there a way to make my intranet web application NOT> authentication mode?> >use the logged in user when using the "Windows"> prompting them for> >I want to force the windows popup to always appear,> filled in for them,> >a user name and password (with domain name already> didn't have access> >if possible), as would happen if the logged in user> really rather> >to the resource.
> >
> >I know how to do this with forms authentication, but I'd> >do it thru windows authentication.
> >
> >Thanks!
> >.
> >EvasionKid Guest



Reply With Quote

