Add/Edit/Delete operations
- Click on
to add a new webportal or
to delete a webportal or
edit the webportal.
Fill in the add form as shown below. We have added Cloudflare.com and whmcs.com as an example. It would be different for each online webportal.
Adding a webportal- Example 1
- Name Specify name for the new webportal
- Description Add a brief description.
- Login URL URL for login.
- Use Proxy Access webportals using reverse proxy that are behind the bastion host. Enable this if the webportal login forms are using CSRF Tokens for authentication.
- Fetch details Click on "fetch details", it will fetch login details of given login URL.
- Host The portal hostname.
- Port The port would be 80 or 443 or any custom port as configured on the webserver.
- Protocol
- HTTP
- HTTPS - Most webportal would be using ssl for securing the login information.
- Request URI Enter the request URI.
- Request method The request method used for providing the login details.
- POST
- GET
- Username field The parameter name in which the username is accepted by the datacenter portal.
- Username The datacenter portal username to be provided.
- Password field The parameter name in which the username is accepted by the datacenter portal.
- Password The datacenter portal password to be provided.
- Username field Selector The CSS selector for the Username field in the login form. This field is required when CSRF tokens are in use in the login form.
- Password field Selector The CSS selector for the Password Field in the login form. This field is required when CSRF tokens are in use in the login form.
- Auth Type: Basic Enable it if the authentication type is HTTP basic auth
- Form submit script Form submit javascript query.
- Extra variables Additional variables that has to be passed to the the datacenter portal
- Group Select a group for the webportal.
- Private Web Portal Enable it if you want a private webportal, ie except you no other users can't view that web portal.
- Clone Clone is used for clone an existing web portal.
Adding webportal- Example 2