Gateway navigation bars offer an alternative to the standard navigation bars. They have some alternative and additional features. First they are vertical on the screen, as opposed to horizontal. Secondly, you can set up entry points into any stored personal or shared Home Page, or personal or shared Workspace.
In addition, the user (as well as the administrator) has control of being able to set up additional links, either to other sites within their organization, or other ExtraView sites. They may also add reports to their Gateway navigation bar.
|
The Gateway navigation bar configuration is very similar to configuring the standard navigation bar. To configure the Gateway navigation bar, undertake these steps, and refer to the above section on how to add and remove links from the navigation bar.
Note that if an end user creates a Personal Link to a second ExtraView installation, then an access token is granted to the user for a period of time. Upon setting up the link the user is asked to authenticate their access credentials on the second site. This provides the link with a token using the OAuth2 protocol, so that the user's password does not need to be passed between sites for an unexpired token. One point to be aware of is that the OAuth2 protocol is only specified to work with https connections, not with http. However, if you or your users want to take advantage of a redirect configured within the web server, from http to https, then this is allowable, as long as the remainder of the address is the same. For security reasons, ExtraView will not allow a redirect from an address on one domain to a different domain. The time for which the token is valid is defined in the behavior setting named OAUTH2_TOKEN_LIFETIME_SECONDS. |