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 3873690
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T22:03:58+00:00 2026-05-19T22:03:58+00:00

I have a site which offers help information for users of a much larger

  • 0

I have a site which offers help information for users of a much larger application. Until recently both my help site and the main application were behind a corporate firewall. Now that the main application has been moved outside the firewall, I’ll have to move my help site as well.

My only security requirement is that users reaching my help site are only permitted to enter if they clicked the ‘Help’ link in the main application. (Obviously the company doesn’t want them to have to enter their credentials again.) I don’t need to exchange information back and forth between the sites.

I have looked at $_SERVER[‘HTTP_REFERER’] (not secure), Oauth and OpenID (which seem like overkill). I’m wondering if the answer lies in one-way SSL authentication (the main app has a cert), but I’m gettting a little lost here.

So the question is: what is the simplest way to do this, and what would that look like in terms of Apache and PHP?

Thank you very much for any advice!

  • 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-19T22:03:58+00:00Added an answer on May 19, 2026 at 10:03 pm

    The link to help could contain a token string. When the user clicks the link, the help system sees that token and makes a web service call to your application asking if that token is valid. If the token is valid, then the web service responds in the affirmative and the help site lets the user in. You could have the token be valid only if that user is signed in. Additionally, you could encode the IP address of the client in the URL and verify that the person trying to enter the help system is from the same IP address. So like this:

    1. You have a link to help with a token: http: //help.yoursite.com/?token=< unique id>&client=md5(< client ip>)
    2. The user clicks that link, which takes them to help.yoursite.com.
    3. help.yoursite.com checks that the md5(< client ip>) matches the client parameter of the url. If so, it’s probably the same person and not a spoof.
    4. help.yoursite.com then makes a web service call to yoursite.com asking if the unique id for that client ip is valid.
    5. yoursite.com checks if it’s valid and returns yes or no, and possibly the username of the person logged in so that help.yoursite.com will have the username of the person logged in.
    6. help.yoursite.com takes the response and either lets the user in or not.

    That way you’ve made sure the client is the same one, and that they were logged in to the other site. Your communication between yoursite and help.yoursite will have to be secure. It’s a lot simpler than oauth, and even kinda follows a similar protocal, BUT it’s not as secure overall. There are still ways around it, but it’s all up to how much risk you’re willing to accept.

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

Sidebar

Related Questions

I have a simple site which allows users to upload files (among other things
Waze is an application, which offers an actual traffic information. There is also a
I have site which uses $(selector).load(path) function in more than 300 pages. Now my
I have a site which needs to be fully self-contained in the browser window,
I have a site which relies heavily on javaScript. I created a mirror site,
I have a site which I want to download using Unix wget . If
I have a site which has a lot of corners. I don't want to
I have a site which allows my customers to setup content for their customers,
I currently have a site which uses a MySQL 4.x schema, the site uses
Here's the setup. I have web site which is essentially a simple CMS. Here

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.