Skip to content

Assure1 Automated Login

You can configure Assure1 to allow users to login with the parameters passed via the address line.

Dependencies

  • This functionality requires access to the presentation server file system.

Steps

  1. Download the AutoLogin.zip file.

  2. Extract the AutoLogin.php file from the ZIP file.

  3. Upload the AutoLogin.php file to the www directory.

    $A1BASEDIR/www/
    
  4. A user can then login using the following URL, but the USERNAME and PASSWORD tokens must be replaced with the correct values:

    https://(Web FQDN)/AutoLogin.php?username=USERNAME&password=PASSWORD
    
  5. For example, if the operator account is enabled, the following URL will login to the operator account.

    https://(Web FQDN)/AutoLogin.php?username=operator&password=operator