Citrix Gateway

Create and apply web links

You can configure the Access Interface to display a set of links to internal resources that are available to users. Creating these links requires that you first define the links as resources. Then, you bind them to a user, group, virtual server, or globally to make them active in the Access Interface. The links you create appear on theWeb Sitespanes underEnterprise Web Sites.

Creating Enterprise bookmarks

  1. In the configuration utility, on the配置tab, in the navigation pane, expandCitrix Gateway > Resourcesand then clickPortal Bookmarks.
  2. In the details pane, clickAdd.

    Add enterprise bookmark

  3. InName, type a name for the bookmark.
  4. InTextto display, type the description of the link. The description appears in theAccess Interface.
  5. InBookmark, type the web address, clickCreate, and then clickClose.

If you enable clientless access, you can make sure that requests to websites go through Citrix Gateway. For example, you added a bookmark forGoogle. In theCreate Bookmarkdialog box, select theUse Citrix Gateway as a reverse proxycheck box. When you select this check box, website requests go from the user device to Citrix Gateway and then to the website. When you clear the check box, requests go from the user device to the website. This check box is only available if you enable clientless access.

You can bind Access Interface links to the following locations:

  • Users
  • Groups
  • Virtual servers

After you save the configuration, the links are available to users in the Access Interface on theHometab, which is the first page that users see after they successfully log on.

  1. In the configuration utility, in the navigation pane, do one of the following:
    • ExpandCitrix Gateway User Administrationand then clickAAA Users.
    • ExpandCitrix Gateway User Administrationand then clickAAA Grpups.
    • ExpandCitrix Gatewayand then click虚拟服务器。
  2. In the details pane, do one of the following:
    • Select a user and then click Open.
    • Select a group and then click Open.
    • Select a virtual server and then click Open.
  3. In the dialog box, click theBookmarkstab.
  4. UnderAvailable Bookmarks, select one or more bookmarks, click the right arrow to move the bookmarks under Configured Bookmarks and thenOK.

To bind bookmarks globally by using the GUI

  1. On the配置tab, in the navigation pane, expandCitrix Gatewayand then clickGlobal Settings.
  2. In the details pane, underBookmarks, clickCreate links to the HTTP and Windows File Share applications that you want to make accessible on the Citrix Gateway portal page.

    Bind enterprise bookmark

  3. In theConfigure VPN Global Binding* dialog box, clickAdd.
  4. UnderAvailable, select one or more bookmarks, click the right arrow to move the bookmarks under Configured and thenOK.

To add an Enterprise bookmark by using the CLI

At the command prompt, type:

add vpn url    [-ssotype ] 

Example:

网络的书mark

add vpn url google google "https://www.google.com" 

To bind an Enterprise bookmark by using the CLI

You can bind Enterprise bookmarks to user, group, virtual server, and global level.

bind aaa user  -urlName  bind aaa group  -urlName  bind vpn vserver  -urlName  bind vpn global –urlName  

Example:

bind vpn global -urlName google 

Creating Personal Bookmarks

You can create personal websites from the VPN virtual server only. There is no Citrix Gateway admin GUI for adding personal bookmarks.

  1. Log on to a VPN virtual server.
  2. ClickNetwork AccessorClientless Accessto add a bookmark.
  3. ClickAdd.

    VPN virtual server page

  4. Enter the bookmark details such as website name, address, and description.

    Personal bookmark details

  5. ClickAdd.

The websites that you added appear under the respective tabs.

Personal bookmark in VPN

Configure user name tokens in bookmarks

You can configure bookmark and file share URLs using a special token, %username%. When users log on, the token is replaced with each users’ logon name. For example, you create a bookmark for an employee named Jack for a folder as \\EmployeeServer\%username%\. When Jack logs on, the file share URL is mapped to \\EmployeeServer\Jack\. When you configure user name tokens in bookmarks, keep the following situations in mind:

  • If you are using one authentication type, the user name replaces the token %username%.
  • If you are using two-factor authentication, the user name from the primary authentication type is used to replace the %username% token.
  • If you are using client certificate authentication, the user name field in the client certificate authentication profile is used to replace the %username% token.
Create and apply web links