Open the menu
    ```html

    Web Page : Administration

    This can be accessed through the right-click on the Web Page interface by selecting the Administration option. In this interface, it is possible to configure the necessary parameters for customizing the functionality of the service.

    Features

    • It is an administration interface

    Screens

    Administration
    • Basic Information
      • URL (string) : Indicate the URL path whose content will be displayed on the portal page. This URL must contain its access protocol (Ex: "https://lumisportal.lumis.com.br/")
      • Use IFRAME (boolean) : Allows determining whether the content of the URL will be rendered using IFRAME. If IFRAME is used, the content of the URL will be rendered inside an IFRAME on the page. In this case, the sending of cookie and session information is the responsibility of the browser and not of the Web Page service.
      • Send Cookies (boolean) : If the content of the URL is not rendered using IFRAME, it is possible to indicate whether the Web Page service will send cookie information to the server of that URL
      • Share JSP Session ID (boolean) : If the content of the URL is not rendered using IFRAME, it is possible to enable or not whether the Web Page service will send session information to the server of that URL.

    Permissioning

    • Edit service instance content: Allows managing all the data of this service instance with publisher profile.

    Actions

    • Save configurations : Saves the configuration parameters for displaying the web page.
    ```