Sign Out Windows Authentication

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Sign Out Windows Authentication

    Hi,

    My web application uses windows based authentication. I need to have
    a sign out feature, has anyone got an idea of how you sign out when
    using windows authentication.

    Regards
    Jason Swalwell Guest

  2. Similar Questions and Discussions

    1. Sign In/Sign Out like macromedia page
      I would like to add a sign in link that after you are signed in changes to sign out like on the top of the macromedia site. If anyone can help with...
    2. Forms Authentication - Single Sign-On
      I am implementing a single sign-on system in ASP.Net. The technique I am using is as defined by Paul Sheriff, in the MSDN article Single Sign-On...
    3. minus sign proportion to + sign in bold
      Does anyone know how to make a minus sign that is proportional to a plus sign (+) in bold in Freehand?
    4. Forms authentication with Windows authentication
      Hi, I have an ASP.NET web site that uses IIS Basic Authentication and accesses an OLAP Server at various stages. The OLAP Server authentication...
    5. single sign-on and domain authentication
      Our organization is in the process of deploying 9iAS/WebForms applications and we would like to somehow integrate these applications into the domain...
  3. #2

    Default RE: Sign Out Windows Authentication

    Jason,

    In order to log out of Windows Authentication, you would have to log off of
    the computer.

    Jim Cheshire, MCSE, MCSD [MSFT]
    Developer Support
    ASP.NET
    [email]jamesche@online.microsoft.com[/email]

    This post is provided as-is with no warranties and confers no rights.

    --------------------
    >From: [email]jason@realist-ic.com[/email] (Jason Swalwell)
    >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    >Subject: Sign Out Windows Authentication
    >Date: 19 Nov 2003 02:41:14 -0800
    >Organization: [url]http://groups.google.com[/url]
    >Lines: 7
    >Message-ID: <ce9e5353.0311190241.4df51533@posting.google.com >
    >NNTP-Posting-Host: 195.11.221.226
    >Content-Type: text/plain; charset=ISO-8859-1
    >Content-Transfer-Encoding: 8bit
    >X-Trace: posting.google.com 1069238474 15062 127.0.0.1 (19 Nov 2003
    10:41:14 GMT)
    >X-Complaints-To: [email]groups-abuse@google.com[/email]
    >NNTP-Posting-Date: Wed, 19 Nov 2003 10:41:14 +0000 (UTC)
    >Path:
    cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed 00.sul.t-online.de!t-onlin
    e.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!postnew s1.google.com!no
    t-for-mail
    >Xref: cpmsftngxa06.phx.gbl
    microsoft.public.dotnet.framework.aspnet.security: 7623
    >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    >
    >Hi,
    >
    >My web application uses windows based authentication. I need to have
    >a sign out feature, has anyone got an idea of how you sign out when
    >using windows authentication.
    >
    >Regards
    >
    Jim Cheshire [MSFT] Guest

  4. #3

    Default Re: Sign Out Windows Authentication

    Jim,

    Thanks that was pretty much the conclusion I had come to.

    Regards
    Jason Swalwell Guest

  5. #4

    Default RE: Sign Out Windows Authentication

    I am needing this too. To switch users, I have to close IE and reopen it.... not log off the computer completely. Would be very nice to be able to just click a button to switch users or logout.
    Will Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139