Skip to main content
Version: 1.7.x.x LTS

Concept Description and Technical Architecture

Purpose

The Nevis login renderer (in short: nevisLogRend) serves as a login page renderer for applications. It provides a variety of configuration settings to specify the layout of the login page.

Component Overview

This document contains but a brief description of the environment in which the nevisLogRend is used. Refer to the nevisProxy/nevisAuth documentation for further information. The diagram below shows a typical Nevis deployment.

Nevis Deployment

The setup is reminiscent of the MVC (model-view-controller) pattern. The model resides in nevisAuth and contains the semantics of the authentication process. Interaction with the model (e.g., a form submission) happens via the controller (nevisProxy) and is visualized in the view (nevisLogRend).