Microsoft Passport and signing out.

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

  1. #1

    Default Microsoft Passport and signing out.

    Hi,

    The document explains how the sign out procedure works with a page that
    contains image links to the sign out url of each application that the user is
    signed on to. If any of the signout pages fail, we get a broken image and
    with the help of javascript it gets replaced with a red x mark. The cookies
    is modified to remove any sites where signout was successful using javascript
    again.

    My question is what about browsers where javascript is turned off. How does
    passport signout work?

    Thanks.
    STech Guest

  2. Similar Questions and Discussions

    1. Passport Photo
      Has anyone done a step-by-step set of instructions for taking a Passport photo and then processing it in Photoshop so that it meets the dimension and...
    2. Passport Requirements
      Hi, I have to develop a website demo using .Net Passport service. I'm wondering about this requirements: -Shall I have to install SSL server?...
    3. Passport Advantage
      Today was our big day. The order has gone through for Passport Advantage including upgrade to IDS 9.4. Big box arrives. Hands sweating ... ...
    4. Who's using MS Passport?
      a.. Do you know how's already using Microsoft Passport? I also need some sites that are already using Web Services. Do you know any? thanks,
    5. Passport Authentication in ASP.NET
      Hi All, I want to implement the .Net Passport Authentication in my ASP.NET web application. I have installed the Microsoft Passport SDK 2.5 on...
  3. #2

    Default RE: Microsoft Passport and signing out.

    Hello,

    The script used to remove cookies is running on server site, so we don't
    need to care about if the client browser disable javascript. For
    information, you may refer to:

    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/passport25/[/url]
    NET_Passport_VBScript_Documentation/Single_Sign_In/Implementing_Sign_Out_And
    _Deleting_Cookies.asp

    Luke

    [MSFT] 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