Documentation Index

Fetch the complete documentation index at: https://docs.onespan.com/llms.txt

Use this file to discover all available pages before exploring further.

Set Up Default.aspx

Prev Next

This step is only required if single sign-on is being implemented.

Configure the page

To configure the page

  1. Back up the existing page, i.e. RDWeb\Pages\en-US\Default.aspx.

  2. To use the default page supplied with Digipass Authentication for Remote Desktop Web Access, copy the page from %PROGRAMFILES%\OneSpan\Digipass Authentication for Remote Desktop Web Access\Templates\RDWeb (Windows Server server_version)\SSO\Default.aspx to %WINDIR%\web\RDWeb\Pages\en-US\Default.aspx.

  3. Complete the steps for single sign-on (see Digipass Authentication for Remote Desktop Web Access with single sign-on).

To modify the custom page

  1. Back up the existing page, i.e. RDWeb\Pages\en-US\Default.aspx.

  2. Open %PROGRAMFILES%\OneSpan\Digipass Authentication for Remote Desktop Web Access\Templates\RDWeb (Windows Server server_version)\SSO\Default.aspx.

  3. Copy the following piece of code to the appropriate location in your custom Default.aspx file:

    <!-- DIGIPASS Authentication for RDWeb Forms modifications : START -->
    <!-- the following code is required for SSO -->
    <%
      if (Request.ServerVariables["HTTP_VASCO_SSO_ENABLED"] != null)
      {
    %>
        <script language="javascript" type="text/javascript">
          g_bUseVascoSSO = true;
        </script>
    <%
      }
    %>
    <!-- DIGIPASS Authentication for RDWeb Forms modifications : END -->

    Be careful to insert the code to the correct location in the file. Refer to the example file delivered with Digipass Authentication for Remote Desktop Web Access to find out where the custom code needs to go in your custom logon page.

  4. Save and close the custom file.

  5. Complete the steps for single sign-on (see Digipass Authentication for Remote Desktop Web Access with single sign-on).