Passport Redirection Problem.

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

  1. #1

    Default Passport Redirection Problem.

    Hi. all!!!!!!!!

    With Passport Authentication
    AFTER SESSION TIME OUT How can i redirect the user to the Passport
    login page.

    And after getting the credential. I need to again redirect to the same
    page..

    I used the below code in vb.net

    identity.LoginUser(redirectURL, 60, 1, Nothing, -1, Nothing, -1, 0,
    Nothing)

    but it is popping a window for username and password.

    Without Popups. I need to redirect the user to the
    Standard Passport Login page..

    BUT
    After deploying on the server i am not even getting the Pop up. and it
    is giving the standard Passport error..

    "The .NET Passport service is currently unavailable at this Web site
    for one of these reasons:
    The site may contain an error or be experiencing a problem that
    affects the .NET Passport service.
    The .NET Passport service may be experiencing a temporary problem.
    The site may not be an official .NET Passport-participating site.


    Please return to this site later to try again.
    "

    Please help me out to Over come this Problem

    Thanx in Advance
    Munna Guest

  2. Similar Questions and Discussions

    1. Redirection Problem
      I'm running PHP on Windows, but that's just the local test... in production it will be on Apache. I am not using PHP as a CGI. I want to perform...
    2. [help] Problem with getting Passport site ID
      I create a application at https://www.netservicesmanager.com/, and submit my ''Agreement Association' request, then I receive the reply, saying ...
    3. header() redirection/session variable problem
      Hello, I'm having an odd problem with combining an authentication session variable with header() redirection. Basically I have an authentication...
    4. Problem with redirection in a Form...
      Hi, Envronment: IIS 5 on W2k sp3 Problem: I'm using a Form and when Submitted, will display a confirmation page. The confirmation page is...
    5. 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,
  3. #2

    Default Re: Passport Redirection Problem.

    Check out this article on how to implement passport authentication in your
    web page,
    [url]http://www.extremeexperts.com/Net/Articles/ImplementingPassportAuth.aspx[/url]

    --
    Saravana
    Microsoft MVP - ASP.NET
    [url]www.extremeexperts.com[/url]



    "Munna" <kkknnn321@yahoo.com> wrote in message
    news:b52ff2e2.0407100433.647104b3@posting.google.c om...
    > Hi. all!!!!!!!!
    >
    > With Passport Authentication
    > AFTER SESSION TIME OUT How can i redirect the user to the Passport
    > login page.
    >
    > And after getting the credential. I need to again redirect to the same
    > page..
    >
    > I used the below code in vb.net
    >
    > identity.LoginUser(redirectURL, 60, 1, Nothing, -1, Nothing, -1, 0,
    > Nothing)
    >
    > but it is popping a window for username and password.
    >
    > Without Popups. I need to redirect the user to the
    > Standard Passport Login page..
    >
    > BUT
    > After deploying on the server i am not even getting the Pop up. and it
    > is giving the standard Passport error..
    >
    > "The .NET Passport service is currently unavailable at this Web site
    > for one of these reasons:
    > The site may contain an error or be experiencing a problem that
    > affects the .NET Passport service.
    > The .NET Passport service may be experiencing a temporary problem.
    > The site may not be an official .NET Passport-participating site.
    >
    >
    > Please return to this site later to try again.
    > "
    >
    > Please help me out to Over come this Problem
    >
    > Thanx in Advance

    Saravana [MVP] Guest

  4. #3

    Default RE: Passport Redirection Problem.

    I am also facing the similar problem.
    Any solution is most welcome.

    "Munna" wrote:
    > Hi. all!!!!!!!!
    >
    > With Passport Authentication
    > AFTER SESSION TIME OUT How can i redirect the user to the Passport
    > login page.
    >
    > And after getting the credential. I need to again redirect to the same
    > page..
    >
    > I used the below code in vb.net
    >
    > identity.LoginUser(redirectURL, 60, 1, Nothing, -1, Nothing, -1, 0,
    > Nothing)
    >
    > but it is popping a window for username and password.
    >
    > Without Popups. I need to redirect the user to the
    > Standard Passport Login page..
    >
    > BUT
    > After deploying on the server i am not even getting the Pop up. and it
    > is giving the standard Passport error..
    >
    > "The .NET Passport service is currently unavailable at this Web site
    > for one of these reasons:
    > The site may contain an error or be experiencing a problem that
    > affects the .NET Passport service.
    > The .NET Passport service may be experiencing a temporary problem.
    > The site may not be an official .NET Passport-participating site.
    >
    >
    > Please return to this site later to try again.
    > "
    >
    > Please help me out to Over come this Problem
    >
    > Thanx in Advance
    >
    NHary 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