Re: Force Relogin. IIS6, ASP.NET app, IE6+ browser



Unfortunately, I am bad at giving advice for websites or books for this
stuff because I don't use them (I'd just go build it myself with just
an API reference). I would not mind perusing/evaluating any
website/books that you come across.

Hmm, maybe I can get motivated with enough time to go blog about this
topic as well.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//



Otis wrote:
David,
Thanks for the reply. I was heading down the wrong path trying to reset the
SessionID with Response.Cookies.Add(New HttpCookie("ASP.NET_SessionId", ""))
and though that did force a new sessionid... it invalidated my hypothesis (as
I believe you were hinting at by not addressing it).
So, now it appears you are suggesting I either write a custom authentication
protocol ( I might be up for that) or I make the browsers not auto-login ( I
can specify that) while also having the Web Application CLOSE the connection.

1) Could you suggest a web site or book with examples on writing the custom
authentication protocol please?
2) How does one CLOSE the connection programmatically from the Web
Application?
Thanks in advance for your reply!
--
Thanks,
Otis


"David Wang" wrote:

Actually, what you want to do is impossible with your current
constraints. You will have to write a custom authentication protocol to
get the behavior you want.

And let's just leave your hypothesis alone - there are no
cookies/tokens involved; IIS has no idea what a session is; IIS does
not prompt with a login dialog.

The problem you face is that a browser will automatically attempt
Integrated Authentication using the currently logged in Windows user
credentials to login to a website which is in a Zone configured for
auto login. And the server cannot do anything about it because logins
(and auto-login) is a client-side optimization.

If you can control the browsers to not auto-login to your website, and
you can make your Web Application CLOSE the connection to logoff, then
you can get the behavior you want with Integrated Authentication
(NTLM). Integrated Authentication (Kerberos) is something different.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//


Otis wrote:
I continue to research this and have hypothesized that what I'd really like
to happen is to have IIS issue a NEW session id to the client once
Session.Abandon is specified in my ASP.NET application. What appears to
happen by default is that the Session ID remains the same after the abandon,
but on the next connection IsNewSession is true. My hope is that when IIS
sees a different SessionID it will again prompt for the user with a windows
login dialog. Anyone got any feedback on this "guess"?

Again,
Otis

--
Thanks,
Otis


"Otis" wrote:

I'm trying to determine if it is possible to programmatically force an
already authenticated user (Using Integrated Windows Authentication) to login
again for my web site. I want them to be able to "logoff" for security
reasons and not have to close their browser. That way if someone sits at
their workstation and tries to link again to the site in question it will
prompt with the windows dialog again. Currently, if I try to "login" again
in the same browser it appears to already know who I am (a believe some
cookie or token is being held onto) and doesn't prompt me to login again.
Any ideas anyone?
--
Thanks,
Otis



.



Relevant Pages

  • Re: IWA problem
    ... This is probably a browser issue rather than a server issue. ... Authentication and Access Control ensuring Anonymous Access is NOT checked ... users get prompted to enter a user id/password when they hit the website. ...
    (microsoft.public.inetserver.iis.security)
  • Re: Force Relogin. IIS6, ASP.NET app, IE6+ browser
    ... now it appears you are suggesting I either write a custom authentication ... cookies/tokens involved; IIS has no idea what a session is; IIS does ... not prompt with a login dialog. ... The problem you face is that a browser will automatically attempt ...
    (microsoft.public.inetserver.iis.security)
  • Re: IWA problem
    ... It's up to the browser to decide whether to prompt the user or not. ... Authentication and Access Control ensuring Anonymous Access is NOT checked ... users get prompted to enter a user id/password when they hit the website. ...
    (microsoft.public.inetserver.iis.security)
  • Re: HttpWebRequest and posting login data
    ... > How can I post data to an ASP.NET login page and pass authentication? ... You are attempting to substitute code for a browser. ... and a Location header pointing to the login page. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Open intratnet document in Word 2007 through http
    ... I have a website for sharing .doc/.pdf file for users, ... The authentication for the site is Window Authentication + digest, ... It doesn't matter what account I use, It still ask for login until I ...
    (microsoft.public.office.misc)