Fortinet white logo
Fortinet white logo

CLI Reference

config user app-portal

config user app-portal

Use this command to configure the App Portal for the Agentless Application Gateway (AAG) feature.Use this command to configure an App Portal for the Agentless Application Gateway (AAG) feature in FortiADC.

An App Portal is a browser-based interface that provides authenticated users with secure, clientless access to applications published through AAG. Each App Portal aggregates one or more App Groups, allowing administrators to organize application access by category or role. Applications within each App Group are displayed on a dedicated tab in the portal interface.

The App Portal works in conjunction with an Access Policy, which governs user authentication and determines portal access based on user identity and group membership.

Administrators can customize the portal interface by setting a caption (displayed in the portal banner) and assigning App Groups as members. Each App Group member is labeled with a title, which appears as the tab name in the user portal.

Capacity Guidelines (per VDOM):
  • Up to 1024 App Portals

  • Each App Portal can include a maximum of 32 App Groups

  • Up to 1024 App Groups per VDOM

  • Each App Group can contain up to 256 application bookmarks

For more information, see the Administration Guide on the Agentless Application Gateway (AAG).

Before you begin:
  • Ensure that you have already configured the necessary App Groups containing the application bookmarks that will be made available to end-users through the App Portal. For details, see config user app-group.

Syntax

config user app-portal
  edit <name>
    set caption <string>
    set user-lifetime <integer>
    config section
      edit <section_name>
        set title <string>
        set app-group <datasource>
      next
    end
  next
end
caption

Enter the text you want to display in the top banner of the App Portal. This can be used to provide a welcome message, organization name, or other identifying information for users.

user-lifetime Specify the maximum duration (in seconds) that a user session can remain idle before automatic logout. The default is 1800 seconds. Valid values range from 60 to 86400 seconds.
config section
title

Specify the label that will appear as the tab header for the associated App Group within the App Portal interface.

app-group Specify a predefined App Group configuration.

Example

FortiADC (root) # show user app-portal
config user app-portal
  edit "AppPortal"
    set caption "Welcome this is App Portal demo "
    set user-lifetime 86400
    config  section
      edit 2
        set title "Connect to the company"
        set app-group AppGroup
      next
      edit 3
        set title "Dynamic Bookmark"
        set app-group AppGroup2
      next
      edit 1
        set title "Office Suites"
        set app-group AppGroup3
      next
      edit 4
        set title "Demo Website"
        set app-group AppGroup4
      next
    end
  next
end

config user app-portal

config user app-portal

Use this command to configure the App Portal for the Agentless Application Gateway (AAG) feature.Use this command to configure an App Portal for the Agentless Application Gateway (AAG) feature in FortiADC.

An App Portal is a browser-based interface that provides authenticated users with secure, clientless access to applications published through AAG. Each App Portal aggregates one or more App Groups, allowing administrators to organize application access by category or role. Applications within each App Group are displayed on a dedicated tab in the portal interface.

The App Portal works in conjunction with an Access Policy, which governs user authentication and determines portal access based on user identity and group membership.

Administrators can customize the portal interface by setting a caption (displayed in the portal banner) and assigning App Groups as members. Each App Group member is labeled with a title, which appears as the tab name in the user portal.

Capacity Guidelines (per VDOM):
  • Up to 1024 App Portals

  • Each App Portal can include a maximum of 32 App Groups

  • Up to 1024 App Groups per VDOM

  • Each App Group can contain up to 256 application bookmarks

For more information, see the Administration Guide on the Agentless Application Gateway (AAG).

Before you begin:
  • Ensure that you have already configured the necessary App Groups containing the application bookmarks that will be made available to end-users through the App Portal. For details, see config user app-group.

Syntax

config user app-portal
  edit <name>
    set caption <string>
    set user-lifetime <integer>
    config section
      edit <section_name>
        set title <string>
        set app-group <datasource>
      next
    end
  next
end
caption

Enter the text you want to display in the top banner of the App Portal. This can be used to provide a welcome message, organization name, or other identifying information for users.

user-lifetime Specify the maximum duration (in seconds) that a user session can remain idle before automatic logout. The default is 1800 seconds. Valid values range from 60 to 86400 seconds.
config section
title

Specify the label that will appear as the tab header for the associated App Group within the App Portal interface.

app-group Specify a predefined App Group configuration.

Example

FortiADC (root) # show user app-portal
config user app-portal
  edit "AppPortal"
    set caption "Welcome this is App Portal demo "
    set user-lifetime 86400
    config  section
      edit 2
        set title "Connect to the company"
        set app-group AppGroup
      next
      edit 3
        set title "Dynamic Bookmark"
        set app-group AppGroup2
      next
      edit 1
        set title "Office Suites"
        set app-group AppGroup3
      next
      edit 4
        set title "Demo Website"
        set app-group AppGroup4
      next
    end
  next
end