AppWorks Web Access service configuration

Options
OTAdmin
OTAdmin Administrator, E admin
edited August 6, 2021 in Articles #1

🕐️ 2min read

Introduction

The Common Header (otag.webaccess) module allows launching of apps in the browser and provides common functionality such as authentication and profiles for web based apps.

Usage - technical overview

The video covers the following:

  1. webaccess.json file overview
  2. App installation and presentation
  3. Presentation of the custom links feature
  4. Presentation on a web app ('Webby' ) that does not have its own tab in the Common Header (Web Access), however it does show up in under the “AppWorks” tab in the Common Header.
  5. App structure overview


Code

Here is an example webaccess.json file:

{
    "tabName":"Sample Name",
    "handlers":[{"type":"test","url":"/myapp/blah"}],
    "menuItems":[{"title":"Sample Menu Item 1","url":"http://www.example.com"},{"title":"Sample Menu Item 2","url":"http://www.test.com"}],
    "appUrl":"http://example.com",
    "helpUrl":"http://example.com/help",
    "bannerUrl":"http://example.com/banner.png" 
}