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

How to get previous page URL using jQuery? I am using the following code
I am currently using Steven Sanderson book Pro ASP.NET MVC 2 Framework. But I
I'm trying to get the previous page URL after I do a response write
How can I get the previous version of data of a Row in a
I managed to get some help from a previous question and I have the
if i click on any checkbox all previous checkboxes must get checked my logic
In the previous versions of Virtual PC, the Host's CD/DVD drives just get assigned
I have an exchange rate table. I need to get current rate and previous
I am using url tag in my template and everything works fine, except I
This question is related to my previous question: Android Service - Ping URL So

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.