Skip to main content
Version: Axidian Privilege 3.4

Adding a Resource

To provide access to the resource to the directory users, you must add a new resource to the Axidian Privilege.

  1. Go to the Resources section and click Add.

  2. Enter the name of the resource.
    For Windows-based resources, specify the computer name.

  3. Fill in the DNS name or IP Address and Description fields.

  4. Enter a description and click Next.

  5. Select the connection type and set the settings depending on the type:

    PostgreSQL or MSSQL

    Fill in the Default database field.
    Choosing a default database does not restrict the user's access to other databases on this resource. The available databases are determined by the rights of the DBMS account specified in the permission.

    SSH
    1. Set SSH key fingerprint:

      • Get from resource — use the SSH key fingerprint from the resource.
      • Enter manually — select the algorithm and enter the fingerprint in SHA256 format.
    2. Specify the login formats for local and domain accounts:

      • Default — the format specified in the connection configuration.

      • Set manually — login formats are set manually.
        Use the required variable %username% and the optional variables %location%, %location-dns%.

        Examples
        Login format for john.smith@pam.local
        %username%@%location-dns%
        Login format for SPACE\john.smith
        %location%\%username%
        Login format for john.smith
        %username%
    RDP

    (Optional) Enable the Run as administrator option.
    The RDP session will open with the /admin parameter. The user will have access to the administrative console and will be able to execute commands that require elevated privileges.

    User connection
    info

    You can add your own custom connection type in the ConfigurationUser connection section.

    1. (Optional) In the URL field, specify the URL to go to when starting the web session.

    2. (Optional) Enable the Regular expression option if query parameters are dynamically added to the URL when navigating to the specified page.
      In the URL field, specify the regular expression corresponding to the page address.

      Example

      The session opens at https://app.org/mainpage .

      When clicking on a link to a URL, the parameters theme and page are dynamically added.
      The page address takes the form https://app.org/mainpage /?theme=dark&page=dashboard.

      To go to the desired address, enable the Regular expression option and in the URL field, specify the regular expression corresponding to the page address.
      For example: https://app.org/mainpage *, where the character * replaces additional parameters in the query string.

  6. Select the connection address:

    • Inherit from the resource — the connection address duplicates the DNS name or IP address of the resource.
    • Enter manually — the connection address is set manually in the format https://app.local:port or https://app.local.
  7. Fill in the Port field.

  8. Set the Use connector for service connection option and configure the service connection.
    In the next step, select a service account.

  9. Click Next.

  10. Check the entered data and click Save.