Previous Topic

Next Topic

Book Contents

Updating the ExternalLoginURL and ExternalLoginFailureURL registry key entries on the InForm application server

If you are implementing HTTPS, perform these steps.

On each server that hosts an InForm trial, update the ExternalLoginURL and ExternalLoginFailureURL entries for the AuthenticationFilter registry key.

  1. In the Windows Registry Editor, navigate to the following Windows Registry key:

    HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432NODE\Phase Forward\ AuthenticationFilter

  2. Update the entries for ExternalLoginURL:
    1. Right-click the entry and select Modify.

      The Edit String dialog box appears.

    2. Specify the URL to configure for HTTPS.

      https://<servername>.<domainname>:<portnumber>/PFExternalLogin/ExternalLoginFrameset.html

      For example:

      https://www.sample.com:443/PFExternalLogin/ExternalLoginFrameset.html

    3. Enter the new value in the Value Data field and click OK.
  3. Update the entries for ExternalLoginFailureURL:
    1. Right-click the entry and select Modify.

      The Edit String dialog box appears.

    2. Specify the URL to configure for HTTPS.

      https://<servername>.<domainname>:<portnumber>/PFExternalLogin/ExternalLoginEscape.html

      For example:

      https://www.sample.com:443/PFExternalLogin/ExternalLoginEscape.html

    3. Enter the new value in the Value Data field and click OK.
  4. Exit the Windows Registry Editor.
  5. Restart IIS.
Send Feedback