- 18 Nov 2024
- 1 Minute à lire
- SombreLumière
- PDF
Set Up Default.aspx
- Mis à jour le 18 Nov 2024
- 1 Minute à lire
- SombreLumière
- PDF
This step is only required if single sign-on is being implemented.
Configure the page
To configure the page
Back up the existing page, i.e. RDWeb\Pages\en-US\Default.aspx.
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.
Complete the steps for single sign-on (see Digipass Authentication for Remote Desktop Web Access with single sign-on).
To modify the custom page
Back up the existing page, i.e. RDWeb\Pages\en-US\Default.aspx.
Open %PROGRAMFILES%\OneSpan\Digipass Authentication for Remote Desktop Web Access\Templates\RDWeb (Windows Server server_version)\SSO\Default.aspx.
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.
Save and close the custom file.
Complete the steps for single sign-on (see Digipass Authentication for Remote Desktop Web Access with single sign-on).