Re: Windows Authentication Timeout
From: Patrick.O.Ige (PatrickOIge_at_discussions.microsoft.com)
Date: 11/11/04
- Next message: Patrick.O.Ige: "RE: Highlighted Row in Edit,insert Mode(Datagrid) - Question -"
- Previous message: Steven Cheng[MSFT]: "RE: SSL and Forms authentification"
- Maybe in reply to: bruce barker: "Re: Windows Authentication Timeout"
- Next in thread: Patrick.O.Ige: "Re: Windows Authentication Timeout"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 11 Nov 2004 00:22:02 -0800
But if on pages you could use Jscript?
To timeout why the stress!!
Patrick
"Will Gillen" wrote:
> I give up...
> I'm just going to use FormsAuthentication and write a Login page that will
> take the users Windows Domain Credentials and validate them against AD on
> the backend. This way I can take advantage of being able to
> programmatically control how long a User remains Authenticated. This seems
> to be the only approach that will work. Apparently, Windows Authentication
> doesn't have a Timeout value that can be set programmatically for ASPX
> pages. "Once you're in, you're in" approach seems to be in place. I
> understand that SSO (Single Sign-On) is the approach that Windows Integrated
> Authentication was going for here, but it seems like programmers should be
> able to override this in order to add additional security to certain parts
> of their application.
>
> If someone from Microsoft is listening, and can shed some light on this,
> please stop me now, and clue me in on the secret...
>
> Thanks.
>
> -- Will Gillen
>
>
> "Will Gillen" <g_i_l_l_e_0_0_1_@_n_s_u_o_k_._e_d_u> wrote in message
> news:Ov86xNpxEHA.1392@TK2MSFTNGP14.phx.gbl...
> > I have an ASP.NET application that is using Windows Integrated
> > Authentication (IIS) (as opposed to Forms Authentication).
> >
> > When the user first logs into the application, IIS prompts the user for
> > their credentials.
> > Once they are "authenticated", their credentials remain active while their
> > web browser is open.
> >
> > Now, I want the "authentication" to "timeout" in 3 minutes. This way if
> > they browse to another page after 3 minutes, they are prompted to
> "re-enter"
> > their credentials again.
> >
> > I know that in FormsAuthentication, you can "de-authenticate" someone by
> > calling "FormsAuthentication.SignOut();" in the Session_End Event in
> > Global.asax.
> >
> > Is there anyting like that for Windows Integrated Authentication (IIS)?
> >
> > (I had posted a similar question in:
> > microsoft.public.dotnet.framework.aspnet.security, but have not been able
> to
> > get a good response. Please excuse me for cross-posting this question,
> but
> > I really just need to know if it is even possible...)
> >
> > Thanks.
> >
> > -- Will G.
> >
> >
>
>
>
- Next message: Patrick.O.Ige: "RE: Highlighted Row in Edit,insert Mode(Datagrid) - Question -"
- Previous message: Steven Cheng[MSFT]: "RE: SSL and Forms authentification"
- Maybe in reply to: bruce barker: "Re: Windows Authentication Timeout"
- Next in thread: Patrick.O.Ige: "Re: Windows Authentication Timeout"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|