Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1001015
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T07:36:11+00:00 2026-05-16T07:36:11+00:00

How to get the previous url using the Janrain RPX login? I´m using Asp.Net

  • 0

How to get the previous url using the Janrain RPX login?

I´m using Asp.Net MVC to request.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T07:36:11+00:00Added an answer on May 16, 2026 at 7:36 am

    When an anonymous user browses to a secured view, asp.net will automatically redirect them to the SignIn page and place the ReturnUrl in the querystring. You can retain the ReturnUrl by appending it to the token_url used in the RPX login.

    Here is the helper I created to generate the correct href for the RPX iframe on my SignIn page:

    public static string RpxSignInUrl(this HtmlHelper htmlHelper)
    {
        string returnUrl = FormsAuthentication.GetRedirectUrl(
            String.Empty, // userName (not used, but cannot be null)
            false); // persistent cookie (also ignored)
    
        string tokenUrl = "http://<your-domain>/Account/RpxResponse?ReturnUrl=" +
            HttpUtility.UrlEncode(returnUrl);
    
        string realm = "<your-app-id>.rpxnow.com";
        string signInUrl = String.Format(
            CultureInfo.InvariantCulture,
            "http://{0}/openid/embed?token_url={1}",
            realm,
            HttpUtility.UrlEncode(tokenUrl));
    
        return signInUrl;
    }
    

    After the user authenticates, RPX will call this url which now includes the original ReturnUrl. You can use FormsAuthentication.GetRedirectUrl again to retrieve the return url.

    Note that its important to use this API rather than just getting the value from the Request.Querystring collection because it validates the return url, ensuring that its from the same domain. If the url is deemed unsafe, asp.net will fall back to the defaultUrl property specified on the forms element in your web.config.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to write metadata to a pdf file using the following python code:
This is a follow up question to my previous question . I am trying
I'm using jQuery ajax to give the user some visual validation feedback. I have
Following on from a previous question, ( Previous question ), I can't seem to
Im currently trying to save the tab.url into html5 local storage when the programme
I am trying to call a simple method in my code behind using Jquery
I'm using cUrl to POST to a web page (not local) and then return
I am trying to implement content browsing like it is done on Facebook when
This question is similar to another one, concerning pyCURL I have the following error
I have a web-application where the users can be sent directly to some specific

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.