Skip to content

Application Management

The Application page allows you to manage installed applications, including

alt text

View Application Status

View the status of your applications. Refer to application status section for more information.

alt text

INFO

Community Application can be suspended to free up resources.

Entrance Management

Entrance controls how users and the public access your applications. You can learn more about Entrance here.

alt text

Entrance Management involves configurations of endpoints and access policies.

Configure Endpoints

Endpoints define how your application can be reached. Refer toEntrance Endpoint for more information.

alt text

You can define the following for your endpoints:

  • Custom Route ID. Replace the default route ID with a custom one. For example, replace de463205 with wordpress.

  • Custom Domain. Assign a custom domain to the Entrance.

    1. Click the + button, and enter the custom domain name in the popup window.

      alt text

    2. Follow the instructions in the pop-up dialog to add a CNAME record on the domain hosting website.

      alt text

    Once the DNS record is activated, the status of the custom domain will change to Activated. This indicates the setup is completed.

INFO

If you want your friends to access this URL without logging in, set AuthLevel to "Public".

Configure Access Policies

Access Policies control how an application can be accessed. Each application can have more specific access policies for different paths within it.

For instance, sensitive operations might require a One Time Password.

  • AuthLevel (Application-Wide): Specifies whether an application requires authentication.

    • Public: Anyone can access the application.
    • Private: Users need to log in to access the application.
  • Second Factor Model(Available when AuthLevel set to "Private")

    • One Time
      • True: A One Time Password is always required, even after logging in.
      • False: Access is granted directly after logging in.
    • Valid Duration: (Available when One Time is True) Specifies how long the One Time Password remains valid. A value is 0 means the One Time Password is required for each access).
  • Sub-Policies (Path-Specific) Define access rules for specific sub-paths within your application matched using regular expressions. Click the + icon to add sub-policies. Options include:

    • Public: No authorization required.

    • One Factor: Login password required.

    • Two Factor: Login password and a second verification code required during Login. Refer to the Second Factor Model section above.

      alt text